Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-133052-add-loop-bitconvert-tests
/
.
/
flang
/
test
/
Preprocessing
/
preprocessed-dirs.F90
blob: f4a57315060624ff5f146794d53660ced0c94029 [
file
] [
log
] [
blame
] [
edit
]
!
RUN
:
%
flang_fc1
-
E
%
s
2
>&
1
|
FileCheck
%
s
!
CHECK
:
subroutine r4
(
x
)
Z real
::
x Z
!
$acc routine Z
print
*,
x Z
end
#define
SUB
(
s
,
t
)
subroutine s
(
x
)
Z\
t
::
x Z\
!
$acc routine Z\
print
*,
x Z\
end
subroutine s
SUB
(
r4
,
real
)