mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c

2 lines
62 B
C

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