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