Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-133052-add-loop-bitconvert-tests
/
.
/
flang
/
test
/
Semantics
/
named-construct-declaration-conflict.f90
blob: d3e72e221368cd234ff7607dc602f051244a0cc5 [
file
] [
log
] [
blame
] [
edit
]
!
RUN
:
%
python
%
S
/
test_errors
.
py
%
s
%
flang_fc1
subroutine foo
()
integer
::
xyz
!
ERROR
:
'xyz'
is
already declared
in
this
scoping unit
xyz
:
do
i
=
1
,
100
enddo xyz
end
subroutine