Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
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