Merge remote branch 'origin/master' into nv50-compiler
[mesa.git] / src / glsl / glcpp / tests / 074-elif-undef.c
1 #ifndef UNDEF
2 #elif UNDEF < 0
3 #endif