Sign in
◑
Theme
llvm
/
llvm-project
/
34d5bcddcfd2f3fa3ce074e1be49fe4eae920f82
/
.
/
flang
/
test
/
Semantics
/
bug396.f90
blob: 6567f6933c71f334ef150ee16e7c21625fe68dc2 [
file
]
!
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