Cross Reference: 062-if-0-skips-garbage.c
xref
: /
xsrc
/
external
/
mit
/
MesaLib
/
dist
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
062-if-0-skips-garbage.c
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
1
#
define
foo
(a,b)
2
#
if
0
3
foo
(
bar
)
4
foo
(
5
#
endif
6