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