summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/array29.ads
blob: 049ca1f3c6628a8b0c6e0467bfcad5b7c7c5d258 (plain)
1
2
3
4
5
6
7
package Array29 is

  type Matrix is array (Integer range <>, Integer range <>) of Long_Float;

  procedure Proc;

end Array29;