summaryrefslogtreecommitdiff
path: root/tests/020-define-func-2-arg-multi.c
blob: 253421139d44abbe9cfb8375ab346cd2b213bc38 (plain)
1
2
#define foo(x,y) x, two fish, red fish, y
foo(one fish, blue fish)