nir: move to compiler/
[mesa.git] / src / glsl / glcpp / tests / 009-undef.c
1 #define foo 1
2 foo
3 #undef foo
4 foo