Sign in
android
/
platform
/
external
/
mesa3d
/
c696fc43925
/
.
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
076-elif-undef-nested.c
blob: ebd550ed00519be54af1487275e39187da2bdb54 [
file
] [
log
] [
blame
]
#ifdef
UNDEF
#if UNDEF == 4
#elif
UNDEF
==
5
#endif
#endif