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
/
compiler
/
glsl
/
glcpp
/
tests
/
149-hex-const-uppercase-prefix.c
blob: 1be9b28eb79cca2c3c531272acdf5cd96f8ba182 (
plain
)
1
2
3
4
5
#if 0x1234abcd == 0X1234abcd
success
#else
failure
#endif