summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug732862.js
blob: e88d4d3ccbab5f6d5f0262b8db004a884b411e55 (plain)
1
2
3
4
5
6
function testReallyDeepNestedExit() {
    for (var i = 0; i < 5*4; i++) {}
    for (var o = schedule = i = 9 ; i < 5; i++) {}
}
assertEq(testReallyDeepNestedExit(), undefined);