Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
890100631add1465f2db823ad3b2bbe94de26302
/
.
/
validation
/
preprocessor
/
preprocessor5.c
blob: b4316275e1651eb73460da9ff00f687a7a8cbe8d [
file
]
#define
a a
|
#define
b
(
x
)
x
b
(
a
)
/*
* check-name: Preprocessor #5
* check-description: Yet more examples from comp.std.c.
* check-command: sparse -E $file
*
* check-output-start
a|
* check-output-end
*/