OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / bug_elaboration_code.ads
1 package Bug_Elaboration_Code is
2
3    pragma Elaborate_Body;
4
5    I : Integer;
6    J : Integer;
7
8 end Bug_Elaboration_Code;