cbc/test/continue-semcheck.cb

6 lines
64 B
Plaintext

int
main(int argc, char **argv) {
continue;
return 0;
}