/* Should give you "RIGHT" instead of an error. */
#define a(a,b) b
a((1+1), RIGHT)
