proposal for c 2.0:

int main() {
1 = 2;
if (1 == 2) return 1;
else if (*(&1) == 2) return 0;
else return 1;
}
// main() returns 0