6 lines
58 B
Text
6 lines
58 B
Text
|
|
void f() {
|
||
|
|
var a = int[]{1};
|
||
|
|
while (a) {}
|
||
|
|
return;
|
||
|
|
}
|