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