CS153/hw5/hw5programs/tc_error_if_nonbool.oat

7 lines
79 B
Text
Raw Permalink Normal View History

int program(int argc, string[] argv) {
if (3) {
} else {
}
return 0;
}