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