Handle symbol visibility/locality for PIE/PIC
[official-gcc.git] / gcc / testsuite / gnat.dg / modular4_pkg.ads
blobb38026201ed2c188e5cc573f2f165a6707b6537c
1 package Modular4_Pkg is
3 type Word is mod 2**48;
5 Zero : constant Word := 0;
7 function F return Word;
9 end Modular4_Pkg;