blob: 056098c6a21397b321d4b5bb5c6e10863a5896f4 [file] [log] [blame]
(module
(type $none_=>_f32 (func (result f32)))
(func $0 (type $none_=>_f32) (result f32)
(if (result f32)
(i32.const 1)
(unreachable)
(block $label$3 (result f32)
(drop
(f32.const 1)
)
(unreachable)
)
)
)
)