blob: 5804fd6587397211f9b782c77ce710b258e6414c [file] [log] [blame] [edit]
(module
(type $FUNCSIG$i (func (result i32)))
(func $sink-from-inside (; 0 ;) (type $FUNCSIG$i) (result i32)
(local $0 i32)
(local $1 i32)
(local $2 i32)
(nop)
(i32.and
(select
(i32.const 0)
(i32.const 1)
(i32.const 1)
)
(block $block (result i32)
(nop)
(nop)
(nop)
(i32.const 1)
)
)
)
)