9 lines · c
1// RUN: %clang_cc1 -verify %s2#define M1() // expected-note{{macro 'M1' defined here}}3 4M1( // expected-error{{unterminated function-like macro invocation}}5 6#if M1() // expected-error{{expected value in expression}}7#endif8#pragma pack()9