blob: 646960a4ebae23c22e1d95fe3fd31dbeb306472b [file] [log] [blame] [edit]
(module
(type $13 (func (param f32)))
(type $1 (func))
(type $2 (func (result f32)))
(table 282 282 anyfunc)
(memory $0 1 1)
(func $0 (; 0 ;) (type $1)
(block $label$1
(if
(i32.const 1)
(block
(block $label$3
(call_indirect $13
(block $label$4
(br $label$3)
)
(i32.const 105)
)
)
(nop)
)
)
)
)
(func $negative-zero (; 1 ;) (type $2) (result f32)
(if (result f32)
(i32.const 0)
(block $label$0 (result f32)
(f32.const 0)
)
(block $label$1 (result f32)
(f32.const -0)
)
)
)
(func $negative-zero-b (; 2 ;) (type $2) (result f32)
(drop
(i32.const 0)
)
(block $label$0 (result f32)
(f32.const -0)
)
)
(func $negative-zero-c (; 3 ;) (type $2) (result f32)
(drop
(i32.const 0)
)
(block $label$0 (result f32)
(f32.const 0)
)
)
)