1-- { dg-do run }
2with Bug_Elaboration_Code; use Bug_Elaboration_Code;
3
4procedure Check_Elaboration_Code is
5begin
6   if I /= J then
7      raise Program_Error;
8   end if;
9end Check_Elaboration_Code;
10