index
:
lib/mesa
debian-unstable
pristine-tar
upstream-unstable
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
/
tests
/
087-if-comments.c
blob: ce8dc43057ff6b10f3d45173a0641c601481ab8e (
plain
)
1
2
3
4
5
#if (1 == 0)
// dangerous comment
fail
#else
win
#endif