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