shithub: scc

ref: 9cdf8d4b4c9ecf24e8e065fdbf9a6aea48d5f4af
dir: /tests/execute/0172-hexa.c/

View raw version
int
main(void)
{
        return 0xa == 0xA &&
               0xb == 0xB &&
               0xc == 0xC &&
               0xd == 0xD &&
               0xe == 0xE &&
               0xf == 0xF;
}