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