2 lines
48 B
JavaScript
2 lines
48 B
JavaScript
x: while (true) { (function () { break x; }); }
|
x: while (true) { (function () { break x; }); }
|