[flang][openacc] Use OpenACC terminator instead of fir.unreachable after Stop stmt...
[llvm-project.git] / flang / test / Preprocessing / fixed-rescan.F
blobf6e55e377baa3e7a8ca56142fd5ca5b136c56cda
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