blob: 1c5ec8869bf4c269634e20502ea24b84b4cec5cb [file] [log] [blame]
! RUN: %flang -E %s | FileCheck %s
! When there's an object-like macro don't apply implicit continuation.
#define M )
call foo (1 M
end
!CHECK: call foo(1 )
!CHECK: end