mesa/tests/020-define-func-2-arg-multi.c
Carl Worth db272e6e6f Add test for function-like macro invocations with multiple-token arguments.
These are not yet parsed correctly, so these tests fail.
2010-05-14 11:50:27 -07:00

2 lines
67 B
C

#define foo(x,y) x, two fish, red fish, y
foo(one fish, blue fish)