Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-133052-add-loop-bitconvert-tests
/
.
/
flang
/
test
/
Semantics
/
bug396.f90
blob: 6567f6933c71f334ef150ee16e7c21625fe68dc2 [
file
] [
log
] [
blame
] [
edit
]
!
RUN
:
%
python
%
S
/
test_errors
.
py
%
s
%
flang_fc1
external ext
integer caf
[*]
!
ERROR
:
OPERATION
=
argument of CO_REDUCE
()
must be a pure
function
of two data arguments
call co_reduce
(
caf
,
ext
)
end