glsl2: Move the compiler to the subdirectory it will live in in Mesa.
[mesa.git] / src / glsl / glcpp / tests / 010-undef-re-define.c
1 #define foo 1
2 foo
3 #undef foo
4 foo
5 #define foo 2
6 foo