rt_gccstream/gcc/testsuite/gnat.dg/lto5.adb

10 lines
113 B
Ada

-- { dg-do run }
-- { dg-options "-flto" { target lto } }
with Lto5_Pkg;
procedure Lto5 is
begin
null;
end;