xref
: /
external
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
062-if-0-skips-garbage.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
foo
(
a
,
b
)
2
#
if
0
3
foo
(
bar
)
4
foo
(
5
#
endif
6