OSDN Git Service

2007-12-03 Robert Dewar <dewar@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / check_elaboration_code.adb
1 -- { dg-do run }
2 with Bug_Elaboration_Code; use Bug_Elaboration_Code;
3
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;