OpenGrok
Cross Reference: 076-elif-undef-nested.c
xref
: /
external
/
mesa3d
/
src
/
glsl
/
glcpp
/
tests
/
076-elif-undef-nested.c
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
#
ifdef
UNDEF
2
#
if
UNDEF
==
4
3
#
elif
UNDEF
==
5
4
#
endif
5
#
endif
6