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
/
043-if-0-else.c
blob: 323351f9dbf57456d2a99204cb60de69405da47b (
plain
)
1
2
3
4
5
6
7
success_1
#if 0
failure
#else
success_2
#endif
success_3