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
/
119-elif-after-else.c
blob: 9b9e9233bcb797a077c603d77d917f27e12eb9f7 (
plain
)
1
2
3
4
5
6
#if 0
#else
int
foo
;
#elif 0
int
bar
;
#endif