Fix bug (and add tests) for a function-like macro defined as itself.
[mesa.git] / tests / 020-define-func-2-arg-multi.c
1 #define foo(x,y) x, two fish, red fish, y
2 foo(one fish, blue fish)