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
Add "argument pseudo" for incoming arguments to a function.
[smatch.git]
/
validation
/
preprocessor5.c
blob
fa389376f83ee640bb324a59911f9f52a535e1b7
1
/*
2
* Yet more examples from comp.std.c.
3
*
4
* This should result in "a|". We get it right.
5
*/
6
#define a a|
7
#define b(x) x
8
9
b
(
a
)