llvm-project/flang/test/Semantics/implicit05.f90

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
137 B
Fortran
Raw Normal View History

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