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
slist, stree: add overwrite_sm_state_stree_stack() to header
[smatch.git]
/
validation
/
preprocessor
/
preprocessor5.c
blob
b4316275e1651eb73460da9ff00f687a7a8cbe8d
1
#define a a|
2
#define b(x) x
3
4
b
(
a
)
5
/*
6
* check-name: Preprocessor #5
7
* check-description: Yet more examples from comp.std.c.
8
* check-command: sparse -E $file
9
*
10
* check-output-start
11
12
a|
13
* check-output-end
14
*/