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

3 lines
62 B
C

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