[DMUSIC]
[reactos.git] / reactos / dll / opengl / mesa / src / glsl / glcpp / tests / 075-elif-elif-undef.c
1 #ifndef UNDEF
2 #elif UNDEF < 0
3 #elif UNDEF == 3
4 #endif