PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gnat.dg / check_elaboration_code.adb
blob63dde56f23a910577e0eb7104139abc7853667dd
1 -- { dg-do run }
2 with Bug_Elaboration_Code; use Bug_Elaboration_Code;
4 procedure Check_Elaboration_Code is
5 begin
6 if I /= J then
7 raise Program_Error;
8 end if;
9 end Check_Elaboration_Code;