glsl: move to compiler/
[mesa.git] / src / compiler / 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