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