OSDN Git Service

fix PR tag
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / lto5.adb
1 -- { dg-do run }
2 -- { dg-options "-flto" { target lto } }
3
4 with Lto5_Pkg;
5
6 procedure Lto5 is
7 begin
8    null;
9 end;