blob: ac983e7c3194b88c08eebe9e6c3d98350d0c11af [file] [log] [blame]
Faris Rehman1c8f1992021-01-25 12:07:171! RUN: %flang -E %s | FileCheck %s
peter klauslerba4cc3b2020-08-25 16:39:092! CHECK: callbar
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