aboutsummaryrefslogtreecommitdiff
path: root/test/preprocess-macro-function.c
blob: 87b4c077e2be9af7838d46b561a24df7cc6001d0 (plain)
1
2
#define f(a, b) a, abc, b
f(foo, bar)