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
/
resolve08.f90
blob
b485f4c11bdf985fcf27d0d9ac08d38f1f713137
1
! RUN: %python %S/test_errors.py %s %flang_fc1
2
integer
::
g
(
10
)
3
f
(
i
) =
i
+
1
! statement function
4
g
(
i
) =
i
+
2
! mis-parsed array assignment
5
!ERROR: 'h' has not been declared as an array
6
h
(
i
) =
i
+
3
7
end