xref
: /
third_party
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
119-elif-after-else.c
(revision bf215546)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
1
#
if
0
2
#
else
3
int
foo
;
4
#
elif
0
5
int
bar
;
6
#
endif
7