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