#define TYPE long long int main(void){ TYPE a = 6; TYPE b = -4; if (0 == a) return 42; return 0; }