xref
: /
third_party
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
076-elif-undef-nested.c
(revision bf215546)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
1
#
ifdef
UNDEF
2
#
if
UNDEF
==
4
3
#
elif
UNDEF
==
5
4
#
endif
5
#
endif
6