bug-1841119.js (326B)
1 // |jit-test| --fuzzing-safe; --ion-offthread-compile=off 2 3 function f() { 4 } 5 6 gczeal(9,10); 7 8 let t = wasmEvalText(` 9 (module 10 (type (struct)) 11 (table (export "table") (ref null 0) 12 (elem ( ref.null 0 )) 13 ) 14 (global (export "global") (ref null 0) ref.null 0) 15 (tag (export "tag") (param (ref null 0))) 16 )`).exports; 17 18 f();