Sign in
android
/
platform
/
external
/
mesa3d
/
32dbc80
/
.
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
149-hex-const-uppercase-prefix.c
blob: 1be9b28eb79cca2c3c531272acdf5cd96f8ba182 [
file
]
#if 0x1234abcd == 0X1234abcd
success
#else
failure
#endif