Sign in
android
/
platform
/
external
/
mesa3d
/
c696fc43925
/
.
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
048-if-nested.c
blob: fc4679c3be4676ffe7e3eeed488c6230e9fb7ee3 [
file
] [
log
] [
blame
]
success_1
#if 0
failure_1
#if 1
failure_2
#else
failure_3
#endif
failure_4
#endif
success_2