glsl: move to compiler/
[mesa.git] / src / compiler / glsl / glcpp / tests / 019-define-func-1-arg-multi.c
1 #define foo(x) (x)
2 foo(this is more than one word)