mesa/glcpp/tests/017-define-func-2-args.c
2010-06-21 11:22:11 -07:00

2 lines
40 B
C

#define foo(x,y) ((x)*(y))
foo(bar,baz)