OSDN Git Service

* gnat.dg/bit_packed_array5.ads: Move dg directive to...
[pf3gnuchains/gcc-fork.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;