Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
coarray
/
fail_image_1.f08
blob: b1e1bbb221dd91fddffa5d0ba42c31685531e315 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
program fail_image_statement_1
implicit
none
fail image
!
OK
fail image
(
1
)
!
{
dg
-
error
"Syntax error in FAIL IMAGE statement at \\(1\\)"
}
end
program fail_image_statement_1