Handle symbol visibility/locality for PIE/PIC
[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;