14 lines
175 B
Plaintext
14 lines
175 B
Plaintext
====================
|
|
ForStatement2
|
|
:error
|
|
====================
|
|
|
|
function main() -> int {
|
|
for (while (true){};;) {
|
|
}
|
|
|
|
return 0;
|
|
}
|
|
|
|
--------------------
|