Reland [OffloadBundler] Compress bundles over 4GB (#122307)
[llvm-project.git] / flang / test / Preprocessing / implicit-contin3.F90
blob8c1829d55eee7bbe3978b747476f9199085a81ad
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
4 call notamacro(3
6 !CHECK: error: Unmatched '('
7 !CHECK: error: Unmatched ')'