1! RUN: %flang -E %s | FileCheck %s 2! When there's an object-like macro don't apply implicit continuation. 3#define M ) 4call foo (1 M 5end 6 7!CHECK: call foo(1 ) 8!CHECK: end 9