OSDN Git Service

* gnat.dg/lto[12456].adb: Add "target lto" marker.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / specs / lto3.ads
1 -- { dg-do compile }
2 -- { dg-options "-gnatws -flto" { target lto } }
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;