repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move the ptrlist macros out of the sparse "lib.[ch]" files.
[smatch.git]
/
validation
/
preprocessor4.c
blob
8b8c4da268ae2aa6b345dd4729e4f434e7ba2ef3
1
/*
2
* More examples from the comp.std.c discussion.
3
*
4
* This should result in bar(bar). We get it right.
5
*/
6
#define foo bar
7
#define mac(x) x(foo)
8
9
mac
(
foo
)
10