summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug866611.js
blob: ce399d9b61a8b9756cf3229c7071fbc0c6491103 (plain)
1
2
3
4
5
// |jit-test| error: InternalError
y = 'x'
for (var i=0; i<100; i++)
    y += y;
print(y.length);