xref
: /
external
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
149-hex-const-uppercase-prefix.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
if
0x1234abcd
==
0X1234abcd
2
success
3
#
else
4
failure
5
#
endif
6