int main(void) { int a = 0 ? 1 : 2; int b = --a ? 3 : 4; if (b != b) b = 2; else return a; return b; }