16 lines
182 B
Plaintext
16 lines
182 B
Plaintext
====================
|
|
ForStatement1
|
|
:error
|
|
====================
|
|
|
|
function main() -> int {
|
|
I32 x = 0;
|
|
|
|
for (;;;) {
|
|
}
|
|
|
|
return 0;
|
|
}
|
|
|
|
--------------------
|