Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
gnat.dg
/
check_elaboration_code.adb
blob: 63dde56f23a910577e0eb7104139abc7853667dd [
file
] [
log
] [
blame
]
--
{
dg
-
do
run
}
with
Bug_Elaboration_Code
;
use
Bug_Elaboration_Code
;
procedure
Check_Elaboration_Code
is
begin
if
I
/=
J
then
raise
Program_Error
;
end
if
;
end
Check_Elaboration_Code
;