blob: ceea1239eb80de4b8cece0ffe8a499bd27bd78f0 [file] [log] [blame]
(module
(type $void (func))
(table 1 1 funcref)
(elem (i32.const 0) $foo)
(func $foo
(return_call $bar)
)
(func $bar
(return_call_indirect (type $void) (i32.const 0))
)
)