6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
// #failed: resolve
|
|
// #error: break outside of a for loop is illegal
|
|
|
|
main :: proc() {
|
|
break;
|
|
} |