Sign in
llvm
/
llvm-project
/
flang
/
3ad692bfd6a916e36e29377f34e47204005c2763
/
.
/
test
/
Preprocessing
/
fixed-rescan.F
blob: f6e55e377baa3e7a8ca56142fd5ca5b136c56cda [
file
] [
log
] [
blame
]
!
RUN
:
%
flang
-
E
%
s
|
FileCheck
%
s
!
CHECK
:
call bar
!
Ensure
that rescanned lines after macro replacement are
not
!
misinterpreted
as
fixed
-
form comments
when
they start
with
C
or
D
.
#define
foo bar
call foo
end