2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / lto21_pkg1.ads
blob000a568c6c9aa153e8f4e99183f575402058a4d1
1 with Ada.Containers.Vectors;
2 with Lto21_Pkg2;
4 package Lto21_Pkg1 is
6 pragma Suppress (Tampering_Check);
8 package Vect1 is new Ada.Containers.Vectors (Positive, Natural);
10 end Lto21_Pkg1;