Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
890100631add1465f2db823ad3b2bbe94de26302
/
.
/
validation
/
preprocessor
/
dump-macro.c
blob: 46d70b34019282edd739135f3c6cba99f3dc499a [
file
]
#define
A
(
X
,
Y
,...)
__VA_ARGS__
,
Y
,
X
/*
* check-name: -dM handling of varargs
* check-command: sparse -E -dM $file | tail -1
*
* check-output-start
#define A(X,Y,...) __VA_ARGS__,Y,X
* check-output-end
*/