blob: 17069e7dc3b373bcc85e6626364416cab0e8968e [file] [log] [blame]
"use strict";
if (!('oomTest' in this))
quit();
let g = (function() {
"use asm";
function f() {}
return f;
})();
oomTest(() => "" + g);