blob: ba75db8645e2c0c500b2cbb8db24cc2a377efc63 [file] [log] [blame]
! RUN: %S/test_errors.sh %s %t %flang_fc1
subroutine s1
block
!ERROR: IMPLICIT statement is not allowed in a BLOCK construct
implicit logical(a)
end block
end subroutine