xref
: /
external
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
106-multiline-hash-if.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
X
(
x
)
x
2
#
if
X
( \
3
1
\
4
)
5
int
foo
();
6
#
endif
7