glsl2: Move the compiler to the subdirectory it will live in in Mesa.
[mesa.git] / src / glsl / glcpp / tests / 002-define-chain.c
1 #define foo 1
2 #define bar foo
3 bar