blob: 6d471877709e23f3cb1be45d95b6ed1f68729b91 [file] [edit]
;;; TOOL: wat2wasm
;;; ARGS0: --enable-tail-call
(module
(table 1 funcref)
(func return_call 0)
(func i32.const 0 return_call_indirect)
)