blob: 1bfd568da9c77e0ecf162eb4d71c0c9d829e55cb [file] [log] [blame] [edit]
(module
(type $none_=>_none (func))
(import "a" "b" (table $t1 1 10 funcref))
(elem (table $t1) (i32.const 0) func $f)
(table $t2 3 3 funcref)
(elem (table $t2) (i32.const 0) func $f)
(elem (table $t2) (i32.const 1) func $f $g)
(func $f
(nop)
)
(func $g
(nop)
)
)