4 lines
216 B
Plaintext
4 lines
216 B
Plaintext
|
|
while (1) @a;
|
||
|
|
^
|
||
|
|
(Line 4 char 13): ERROR: When optimization is active, a label can't be the immediate child of a 'for', 'if', 'while' or 'do'. Disable optimization or rewrite the code in some other way.
|