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