Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
119-elif-after-else.c
blob: 9b9e9233bcb797a077c603d77d917f27e12eb9f7 [
file
] [
log
] [
blame
]
#if 0
#else
int
foo
;
#elif
0
int
bar
;
#endif