ref: 4eb0595fdcfb5064a5f81b1ffe4fb2de4c6a3dd3
dir: /tests/execute/0172-hexa.c/
int
main(void)
{
return 0xa == 0xA &&
0xb == 0xB &&
0xc == 0xC &&
0xd == 0xD &&
0xe == 0xE &&
0xf == 0xF;
}