Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / Preprocessor / annotate_in_macro_arg.c
blobf4aa7d158261d3d49b0967bd1ffcd3b6f745adef
1 // RUN: %clang_cc1 -verify %s
2 #define M1() // expected-note{{macro 'M1' defined here}}
4 M1( // expected-error{{unterminated function-like macro invocation}}
6 #if M1() // expected-error{{expected value in expression}}
7 #endif
8 #pragma pack()