aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/import1.ads
blob: 3afcfcc83da5a5d6e9f349f5c4a8e8fcbd79c0bb (plain)
1
2
3
4
5
6
7
package Import1 is

   type Arr is array (Positive range <>) of Integer;

   procedure Create (Bounds : Arr);

end Import1;