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
/
076-elif-undef-nested.c
blob: ebd550ed00519be54af1487275e39187da2bdb54 (
plain
)
1
2
3
4
5
#ifdef UNDEF
#if UNDEF == 4
#elif UNDEF == 5
#endif
#endif