nir: move to compiler/
[mesa.git] / src / glsl / glcpp / tests / 074-elif-undef.c
1 #ifndef UNDEF
2 #elif UNDEF < 0
3 #endif