index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
119-elif-after-else.c
blob: 9b9e9233bcb797a077c603d77d917f27e12eb9f7 (
plain
)
1
2
3
4
5
6
#if 0
#else
int
foo
;
#elif 0
int
bar
;
#endif