#define a(one, ...) b(one, __VA_ARGS__) void x(void){ a(x, y, z); }