remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gnat.dg / elim2.adb
1 --  { dg-do run }
2
3 with elim1;
4 procedure elim2 is
5 begin
6    null;
7 end;