Reland [OffloadBundler] Compress bundles over 4GB (#122307)
[llvm-project.git] / flang / test / Preprocessing / implicit-contin1.F90
blob1c5ec8869bf4c269634e20502ea24b84b4cec5cb
1 ! RUN: %flang -E %s | FileCheck %s
2 ! When there's an object-like macro don't apply implicit continuation.
3 #define M )
4 call foo (1 M
5 end
7 !CHECK:      call foo(1 )
8 !CHECK:      end