xref: /llvm-project/flang/test/Preprocessing/implicit-contin3.F90 (revision 6fac3f7b2e9415d181b8d21af57f4e6a312385a5)
1! RUN: not %flang -E %s 2>&1 | FileCheck %s
2! Test implicit continuation for possible function-like macro calls only
3#define flm(x) x
4call notamacro(3
5)
6!CHECK: error: Unmatched '('
7!CHECK: error: Unmatched ')'
8