Merged r158907 through r159238 into branch.
[official-gcc.git] / gcc / testsuite / gnat.dg / specs / lto3.ads
blobb30dfec12074c3fd085f2c28cc017a0e638bac31
1 -- { dg-do compile }
2 -- { dg-options "-gnatws -flto" { target lto } }
4 with Lto3_Pkg1;
6 package Lto3 is
8 package P is new Lto3_Pkg1 (Id_T => Natural);
10 end Lto3;