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
/
107-multiline-hash-elif.c
blob: 8c1c67a4d6ba905ec45963f35c8a77413cce73ac (
plain
)
1
2
3
4
5
6
7
#define X(x) x
#if 0
#elif X( \
1 \
)
int
foo
();
#endif