michael@0: // |jit-test| error: InternalError michael@0: y = 'x' michael@0: for (var i=0; i<100; i++) michael@0: y += y; michael@0: print(y.length);