xref: /llvm-project/flang/test/Preprocessing/fixed-rescan.F (revision 3338ef93b02837edf69abc203e15a42fa55aa1b3)
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
8