8 lines · plain
1! RUN: not %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s2! Test implicit continuation for possible function-like macro calls only3#define flm(x) x4call notamacro(35)6!CHECK: error: Unmatched '('7!CHECK: error: Unmatched ')'8 1! RUN: not %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s2! Test implicit continuation for possible function-like macro calls only3#define flm(x) x4call notamacro(35)6!CHECK: error: Unmatched '('7!CHECK: error: Unmatched ')'8