Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
coarray
/
fail_image_2.f08
blob: e482a60b8f296c9bea21c5705482c2af9bafe149 [
file
] [
log
] [
blame
]
!
{
dg
-
do
run
}
program fail_image_statement_2
implicit
none
fail image
!
OK
error stop
"This statement should not be reached."
end
program fail_image_statement_2