glsl: move to compiler/
[mesa.git] / src / compiler / glsl / glcpp / tests / 015-define-object-with-parens.c
1 #define foo ()1
2 foo()
3 #define bar ()2
4 bar()