index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
/
tests
/
044-if-1-else.c
blob: 28dfc25c6f0a4678eb0fb6a61a15e2d61ba94f43 (
plain
)
1
2
3
4
5
6
7
success_1
#if 1
success_2
#else
failure
#endif
success_3