Sign in
android
/
platform
/
external
/
mesa3d
/
c696fc43925
/
.
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
106-multiline-hash-if.c
blob: 929e93e782f3dcbbecc4877e2d20e724226e2363 [
file
] [
log
] [
blame
]
#define
X
(
x
)
x
#if X( \
1
\
)
int
foo
();
#endif