glsl2: Move the compiler to the subdirectory it will live in in Mesa.
[mesa.git] / src / glsl / glcpp / tests / 018-define-func-macro-as-parameter.c
1 #define x 0
2 #define foo(x) x
3 foo(1)