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