PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / bug_elaboration_code.ads
blob7354dcb249e9b21445299ef04cf717b6ddf4bcae
1 package Bug_Elaboration_Code is
3 pragma Elaborate_Body;
5 I : Integer;
6 J : Integer;
8 end Bug_Elaboration_Code;