blob: 3af54f9fe96f85a41c5b31632d8271ad8cc2865a [file] [log] [blame]
function foo(j) {
var i = 0;
while (i < 10) foo(i++);
}