xref
: /
external
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
119-elif-after-else.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
if
0
2
#
else
3
int
foo
;
4
#
elif
0
5
int
bar
;
6
#
endif
7