blob: eaa7116eed2a77e579b10c5175fa3cc642fdaa67 [file] [log] [blame]
! RUN: %S/test_errors.sh %s %t %flang_fc1
subroutine s
!ERROR: 'a' does not follow 'b' alphabetically
implicit integer(b-a)
end