summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/lto21_pkg1.ads
blob: 000a568c6c9aa153e8f4e99183f575402058a4d1 (plain)
1
2
3
4
5
6
7
8
9
10
with Ada.Containers.Vectors;
with Lto21_Pkg2;

package Lto21_Pkg1 is

   pragma Suppress (Tampering_Check);

   package Vect1 is new Ada.Containers.Vectors (Positive, Natural);

end Lto21_Pkg1;