Reset branch to trunk.
[official-gcc.git] / trunk / gcc / testsuite / gnat.dg / array1.ads
blob8f8ecc07066f40d0b96fbaf28b9cb6c4759477e3
1 with SYSTEM;
2 WITH array2; use array2;
4 package array1 is
6 procedure Foo (R : RIC_TYPE);
7 procedure Start_Timer (Q : SYSTEM.ADDRESS);
9 end array1;