blob: 815789c351abaf5c2c424edcd2afae67cd19508b [file] [log] [blame]
(module
(type $0 (func (result f32)))
(memory $0 0)
(func $binaryify-untaken-br_if (type $0) (result f32)
(if
(i32.const 1)
(block $label$0
(unreachable)
)
(block $label$1
(block $label$2
(drop
(i32.const 1)
)
(unreachable)
)
)
)
)
)