12 lines
131 B
Plaintext
12 lines
131 B
Plaintext
====================
|
|
WhileStatement2
|
|
:error
|
|
====================
|
|
|
|
function main() {
|
|
while (true)
|
|
}
|
|
}
|
|
|
|
--------------------
|