Merge remote branch 'origin/master' into nv50-compiler
[mesa.git] / src / glsl / glcpp / tests / 022-define-func-arg-with-parens.c
1 #define foo(x) (x)
2 foo(argument(including parens)for the win)