repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang][openacc] Use OpenACC terminator instead of fir.unreachable after Stop stmt...
[llvm-project.git]
/
flang
/
test
/
Preprocessing
/
fixed-rescan.F
blob
f6e55e377baa3e7a8ca56142fd5ca5b136c56cda
1
! RUN: %flang -E %s | FileCheck %s
2
! CHECK: call bar
3
! Ensure that rescanned lines after macro replacement are not
4
! misinterpreted as fixed-form comments when they start with C or D.
5
#define foo bar
6
call foo
7
end