[DMUSIC]
[reactos.git] / reactos / dll / opengl / mesa / src / glsl / glcpp / tests / 087-if-comments.c
1 #if (1 == 0) // dangerous comment
2 fail
3 #else
4 win
5 #endif