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
/
implicit10.f90
blob
081f236f3a4fd00a834d0ae2f9c721b25d0bec96
1
! RUN: %python %S/test_errors.py %s %flang_fc1 -fimplicit-none
2
3
!ERROR: No explicit type declared for 'f'
4
function
f
()
5
!ERROR: No explicit type declared for 'x'
6
f
=
x
7
end