Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-107279-dl-coverage-2-coverage-impl
/
.
/
flang
/
test
/
Preprocessing
/
kw-in-char.F90
blob: e8f3a33b8a749808e2d81f39044fcfce22bfa0a3 [
file
] [
log
] [
blame
] [
edit
]
!
RUN
:
%
flang
-
E
%
s
2
>&
1
|
FileCheck
%
s
!
CHECK
:
subroutine test_b_wrapper_c
()
bind
(
C
,
name
=
"test_b_c_f"
)
#define
TEMP_LETTER b
#define
VAL c
subroutine test_
&
TEMP_LETTER
&
_wrapper_
&
VAL
&
()
bind
(
C
,
name
=
"test_&
&TEMP_LETTER&
&_&
&VAL&
&_f"
)
end