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
/
076-elif-undef-nested.c
blob: ebd550ed00519be54af1487275e39187da2bdb54 (
plain
)
1
2
3
4
5
#ifdef UNDEF
#if UNDEF == 4
#elif UNDEF == 5
#endif
#endif