summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/wasm/regress/startfunc-in-table.js
blob: 12ebfe64ab79e66c0a39cd38ec3ee553185403c3 (plain)
1
2
3
4
5
6
wasmEvalText(`(module
    (func)
    (start 0)
    (table $0 1 anyfunc)
    (elem 0 (i32.const 0) func 0)
)`);