//@ runDefault //@ skip if $architecture == "x86" // This passes if it does not crash. new WebAssembly.CompileError({ valueOf() { throw new Error(); } });