ref: c73066ae16b32b24682b0e4fe6fe651f8779142d dir: /tests/0079-cond.c/
int main() { if(0 ? 1 : 0) return 1; if(1 ? 0 : 1) return 2; return 0; }