repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Break circular dependency between FIR dialect and utilities
[llvm-project.git]
/
flang
/
test
/
Semantics
/
implicit05.f90
blob
f033aa2cc95e6e63c218d6072be153104d57708b
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