summaryrefslogtreecommitdiff
path: root/test/unreachable-pops.wasm.fromBinary
blob: c5ec6aa8a5dd482ce26410356e51cbb19018c075 (plain)
1
2
3
4
5
6
7
8
9
(module
 (type $none_=>_i32 (func (result i32)))
 (func $0 (result i32)
  (block $label$1 (result i32)
   (unreachable)
  )
 )
)