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
Default to reporting the same GNU C version as the host compiler
[smatch.git]
/
validation
/
preprocessor13.c
blob
96c813ee93e8bb5befb386836b50ef10608ad29d
1
/*
2
* GNU kludge, corner case
3
*/
4
#define A(x,...) x##,##__VA_ARGS__
5
A
(
1
)
6
A
(
1
,
2
)
7
A
(
1
,
2
,
3
)