Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
890100631add1465f2db823ad3b2bbe94de26302
/
.
/
validation
/
preprocessor
/
preprocessor4.c
blob: 710c494faa1512447884488a696f744dbf0bb7ca [
file
]
#define
foo bar
#define
mac
(
x
)
x
(
foo
)
mac
(
foo
)
/*
* check-name: Preprocessor #4
* check-description: More examples from the comp.std.c discussion.
* check-command: sparse -E $file
*
* check-output-start
bar(bar)
* check-output-end
*/