Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-133052-add-loop-bitconvert-tests
/
.
/
flang
/
test
/
Semantics
/
OpenMP
/
declare-mapper01.f90
blob: 0712b80769a45c365bfa57a67ad1c1b0e667d513 [
file
] [
log
] [
blame
] [
edit
]
!
RUN
:
%
python
%
S
/../
test_errors
.
py
%
s
%
flang
-
fopenmp
-
fopenmp
-
version
=
50
!
Test
the declare mapper
with
non
-
derived type
.
integer
::
y
!
ERROR
:
Type
is
not
a derived type
!
$omp declare mapper
(
mm
:
integer
::
x
)
map
(
x
,
y
)
end