blob: 05112bf4804689670aca4e53491d370fd5cae8d3 [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)
)
)