(module
(type $0 (func (result i32)))
(table $0 1 funcref)
(func $1 (type $0) (result i32)
(return_call_indirect $0 (type $0)
(i32.const 0)
)
)
)
$ bin/wasm-opt w.wat -all --dae2
[wasm-validator error in function 1] return_call* callee return type must match caller return type, on
(return_call_indirect $0 (type $0)
(i32.const 0)
)
Fatal: error after opts