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