mesa/glcpp/tests/022-define-func-arg-with-parens.c
2010-06-21 11:22:11 -07:00

2 lines
62 B
C

#define foo(x) (x)
foo(argument(including parens)for the win)