summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/glcpp/tests/087-if-comments.c
blob: ce8dc43057ff6b10f3d45173a0641c601481ab8e (plain)
1
2
3
4
5
#if (1 == 0) // dangerous comment
fail
#else
win
#endif