OSDN Git Service

* gcc-interface/decl.c (gnat_to_gnu_entity): Create variables for size
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / specs / lto3.ads
1 -- { dg-do compile }
2 -- { dg-options "-gnatws -flto" }
3
4 with Lto3_Pkg1;
5
6 package Lto3 is
7
8   package P is new Lto3_Pkg1 (Id_T => Natural);
9
10 end Lto3;