blob: dc6ab403aa1549d6c6ccf10099eb1d3ec4f7fa58 [file] [log] [blame]
(module
(type $0 (func (result i32)))
(memory $0 0)
(func $return-i32-but-body-is-unreachable3 (type $0) (result i32)
(local $label i32)
(unreachable)
)
(func $return-i32-but-body-is-unreachable4 (type $0) (result i32)
(local $label i32)
(unreachable)
(i32.const 0)
)
)