annotate_in_macro_arg.c 239 B

12345678
  1. // RUN: %clang_cc1 -verify %s
  2. #define M1() // expected-note{{macro 'M1' defined here}}
  3. M1( // expected-error{{unterminated function-like macro invocation}}
  4. #if M1() // expected-error{{expected value in expression}}
  5. #endif
  6. #pragma pack()