blob: a7fa3fdad86439a996fefbe52d2161daf94a2ef2 [file] [log] [blame]
Emily Bernierd0a1eb72015-03-24 16:35:39 -04001// Copyright 2015 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5function Module() {
6 "use asm";
7 function f() {
8 var i = (140737463189505);
9 do {
10 i = i + i | 0;
11 x = undefined + i | 0;
12 } while (!i);
13 }
14 return { f: f };
15}
16
17Module().f();