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
[LoopReroll] Add an extra defensive check to avoid SCEV assertion.
[llvm-project.git]
/
flang
/
test
/
Semantics
/
implicit10.f90
blob
c1ef7b1f83a69e31fce521f99965ac920822eccf
1
! RUN: %S/test_errors.sh %s %t %flang_fc1 -fimplicit-none
2
! REQUIRES: shell
3
4
!ERROR: No explicit type declared for 'f'
5
function
f
()
6
!ERROR: No explicit type declared for 'x'
7
f
=
x
8
end