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