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
*/