nir: move to compiler/
[mesa.git] / src / glsl / glcpp / tests / 076-elif-undef-nested.c
1 #ifdef UNDEF
2 #if UNDEF == 4
3 #elif UNDEF == 5
4 #endif
5 #endif