glsl: move to compiler/
[mesa.git] / src / compiler / 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)