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