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
/
resolve03.f90
blob
25937796817b6efa60ef2c7ea0dd15fd1eb3a779
1
! RUN: %python %S/test_errors.py %s %flang_fc1
2
implicit none
3
integer
::
x
4
!ERROR: No explicit type declared for 'y'
5
y
=
x
6
end