ref: 0abc10c55a5366e6fdad4c775e5f18b39c14eec6 dir: /tests/cc/execute/0172-hexa.c/
int main(void) { if (0xa != 0xA || 0xb != 0xB || 0xc != 0xC || 0xd != 0xD || 0xe != 0xE || 0xf != 0xF) { return 1; } return 0; }