CS153/hw5/hw5programs/tc_error_while_nonbool.oat

6 lines
72 B
Text
Raw Normal View History

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