# test test ```C #define BLAH 0x1337BEEF int main(void) { printf("BLAH: %X , %X\n", 0xDEADC0DE, BLAH); } ```