blob: f772b6a54590c5d5f0b5eeb213e423aa707dce2c [file] [log] [blame]
if (!('oomTest' in this))
quit();
oomTest(function() {
eval("\
function g() {\
\"use asm\";\
function f(d) {\
d = +d;\
print(.0 + d);\
}\
}\
")
})