Faris Rehman | 1c8f199 | 2021-01-25 12:07:17 | [diff] [blame] | 1 | ! RUN: %flang -E %s | FileCheck %s |
peter klausler | ba4cc3b | 2020-08-25 16:39:09 | [diff] [blame] | 2 | ! 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 |