Fix broken MinGW build of gcc.c
[official-gcc.git] / gcc / testsuite / gnat.dg / import1.ads
blob3afcfcc83da5a5d6e9f349f5c4a8e8fcbd79c0bb
1 package Import1 is
3 type Arr is array (Positive range <>) of Integer;
5 procedure Create (Bounds : Arr);
7 end Import1;