PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gnat.dg / lto14.adb
blob22038a6ff93531172d01daf484ef9faaedc9f65e
1 -- { dg-do link }
2 -- { dg-options "-largs -f -margs -flto" { target lto } }
3 -- { dg-skip-if "missing linker support" { *-*-solaris2.* } }
5 procedure Lto14 is
6 begin
7 null;
8 end;