Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-133052-add-loop-bitconvert-tests
/
.
/
flang
/
test
/
Semantics
/
bug115674.f90
blob: 87c527bb4297a8bd30b39186f2103ac9c1d507df [
file
] [
log
] [
blame
] [
edit
]
!
RUN
:
%
flang_fc1
-
fsyntax
-
only
%
s
2
>&
1
|
FileCheck
--
allow
-
empty
%
s
!
CHECK
-
NOT
:
error
:
program main
sin
=
1
block
intrinsic sin
print
*,
sin
(
0.
)
end
block
end