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