/* This should produce "RIGHT" instead of "WRONG" */
#define x(WRONG) WRONG
x(RIGHT)

