glsl2: Move the compiler to the subdirectory it will live in in Mesa.
[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)