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

3 lines
40 B
C

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