bolt/deps/llvm-18.1.8/flang/test/Preprocessing/fixed-rescan.F

8 lines
225 B
FortranFixed
Raw Normal View History

2025-02-14 19:21:04 +01:00
! 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