xref
: /
third_party
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
107-multiline-hash-elif.c
(revision bf215546)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
1
#
define
X(x) x
2
#
if
0
3
#
elif
X( \
4
1
\
5
)
6
int
foo
();
7
#
endif
8