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
comparison: fix merge_comparison() for &undefined
[smatch.git]
/
validation
/
preprocessor
/
preprocessor4.c
blob
710c494faa1512447884488a696f744dbf0bb7ca
1
#define foo bar
2
#define mac(x) x(foo)
3
4
mac
(
foo
)
5
6
/*
7
* check-name: Preprocessor #4
8
* check-description: More examples from the comp.std.c discussion.
9
* check-command: sparse -E $file
10
*
11
* check-output-start
12
13
bar(bar)
14
* check-output-end
15
*/