UNPKG

funcunit

Version:
9 lines (8 loc) 161 B
function q(qooo) { var a; foo: for(;;) { a++; if (something) break foo; return qooo; } }