glsl: move to compiler/
[mesa.git] / src / compiler / glsl / glcpp / tests / 016-define-func-1-arg.c
1 #define foo(x) ((x)+1)
2 foo(bar)