bolt/deps/llvm-18.1.8/flang/test/Preprocessing/implicit-contin3.F90
2025-02-14 19:21:04 +01:00

7 lines
211 B
Fortran

! 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 ')'