michael@0: // |jit-test| error: InternalError michael@0: michael@0: function f(){ michael@0: var j; michael@0: f(0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9, michael@0: 0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9, michael@0: 0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9, michael@0: 0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9, michael@0: 0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9, michael@0: 0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9, michael@0: 0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9); michael@0: } michael@0: f()