2015-07-03 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / lto5.adb
blob506b41f5541c0032efb999b22483b85ae35f94f0
1 -- { dg-do run }
2 -- { dg-options "-flto" { target lto } }
4 with Lto5_Pkg;
6 procedure Lto5 is
7 begin
8 null;
9 end;