remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gnat.dg / lto14.adb
1 -- { dg-do link }
2 -- { dg-options "-largs -f -margs -flto" { target lto } }
3 -- { dg-skip-if "missing linker support" { *-*-solaris2.* } }
4
5 procedure Lto14 is
6 begin
7   null;
8 end;