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