long long x = 0; int main(void) { if (x--) return 255; return 0; }