michael@0: // |jit-test| exitstatus: 6; michael@0: michael@0: load(libdir + "asm.js"); michael@0: michael@0: var g = asmLink(asmCompile(USE_ASM + "function g() { while(1) {} } return g")); michael@0: timeout(1); michael@0: g(); michael@0: assertEq(true, false);