022-define-func-arg-with-parens.c revision 01e04c3f
1#define foo(x) (x)
2foo(argument(including parens)for the win)
3