repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
annotate_in_macro_arg.c
blob
f4aa7d158261d3d49b0967bd1ffcd3b6f745adef
1
// RUN: %clang_cc1 -verify %s
2
#define M1()
// expected-note{{macro 'M1' defined here}}
3
4
M1
(
// expected-error{{unterminated function-like macro invocation}}
5
6
#if M1()
// expected-error{{expected value in expression}}
7
#endif
8
#pragma pack()