Merge remote branch 'origin/master' into nv50-compiler
[mesa.git] / src / glsl / glcpp / tests / 020-define-func-2-arg-multi.c
1 #define foo(x,y) x,two fish,red fish,y
2 foo(one fish, blue fish)