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