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