michael@0: michael@0: function X(n) { michael@0: while ('' + (n--)) { michael@0: break; michael@0: } michael@0: } michael@0: X();