brintos

brintos / llvm-project-archived public Read only

0
0
Text · 228 B · 4c31d07 Raw
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