Merge remote branch 'origin/master' into nv50-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