Handle symbol visibility/locality for PIE/PIC
[official-gcc.git] / gcc / testsuite / gnat.dg / discr25.adb
bloba1effea3e63807804ce81de5e5c8f2f416ae93ee
1 -- { dg-do compile }
3 with Discr25_Pkg;
5 procedure Discr25 (N : Natural) is
7 package Test_Set is new Discr25_Pkg (N);
9 begin
10 null;
11 end;