Sign in
llvm
/
llvm-project
/
ba767d0bbbde4107700ff66ecfd97eb75d85a35d
/
.
/
flang
/
test
/
Semantics
/
bug2174.f90
blob: fcea9761ccad2bce77e24941f279e7d5486497f8 [
file
]
!
RUN
:
%
python
%
S
/
test_errors
.
py
%
s
%
flang_fc1
-
pedantic
-
Werror
!
WARNING
:
Value
of
local
variable
'x'
is
never used
[-
Wunused
-
variable
]
real
,
allocatable
::
x
(:)
allocate
(
x
(
1
))
print
*,
lbound
(
x
)
end