index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
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