* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gnat.dg / aggr14_pkg.ads
blob874e309493a17dc4b2e47e751247e3769cd1da69
1 package Aggr14_Pkg is
3 type A is array (Integer range 1 .. 3) of Short_Short_Integer;
5 X : A := (1, 2, 3);
7 procedure Proc;
9 end Aggr14_Pkg;