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
testsuite: get all tags in once
[smatch.git]
/
validation
/
preprocessor
/
preprocessor7.c
blob
07fce8c3fa2f14be9a1f20bea1abcd3041f9b209
1
#define A(x) C(B, D
2
#define D A(1))
3
#define C(x,y) E(y)
4
#define E(y) #y
5
A
(
2
))
6
/*
7
* check-name: Preprocessor #7
8
* check-command: sparse -E $file
9
*
10
* check-output-start
11
12
"\"D\""
13
* check-output-end
14
*/