blob: 8c1829d55eee7bbe3978b747476f9199085a81ad [file] [log] [blame]
! RUN: not %flang -E %s 2>&1 | FileCheck %s
! Test implicit continuation for possible function-like macro calls only
#define flm(x) x
call notamacro(3
)
!CHECK: error: Unmatched '('
!CHECK: error: Unmatched ')'