CS153/hw6/hw5programs/tc_error_while.oat

6 lines
77 B
Text
Raw Normal View History

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