Break circular dependency between FIR dialect and utilities
[llvm-project.git] / flang / test / Semantics / implicit05.f90
blobf033aa2cc95e6e63c218d6072be153104d57708b
1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 subroutine s
3 !ERROR: 'a' does not follow 'b' alphabetically
4 implicit integer(b-a)
5 end