Handle symbol visibility/locality for PIE/PIC
[official-gcc.git] / gcc / testsuite / gnat.dg / concat1_pkg.ads
blob8690ba22f1bebd5e7ffdc284fb2694656f8b978e
1 package Concat1_Pkg is
3 function Ident (I : Integer) return Integer;
5 end Concat1_Pkg;