summaryrefslogtreecommitdiffstats
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