1
// This shouldn't produce an error (the "()" should be treated as one
2
// blank argument.
3
#define x(y) y
4
x()