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
kernel-printf: add printf format %pra for struct range
[smatch.git]
/
validation
/
preprocessor
/
expand-and-nl.c
blob
1a5f2265dfc59d1c1f393baa1bb8c86581baf96f
1
#define M(X) X-X
2
3
M
(
a
4
b
)
5
/*
6
* check-name: expand-and-nl
7
* check-command: sparse -E $file
8
*
9
* check-output-start
10
11
a b-a b
12
* check-output-end
13
*/