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
Implement x86-64 support in cgcc.
[smatch.git]
/
validation
/
preprocessor7.c
blob
e7e1d3755e490bc276c98ecabc220061451a9482
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
))