1! RUN: %python %S/test_errors.py %s %flang_fc1
2subroutine s
3  !ERROR: 'a' does not follow 'b' alphabetically
4  implicit integer(b-a)
5end
6