summaryrefslogtreecommitdiff
path: root/test/elided-br.wasm.fromBinary
blob: c248ded7dadc46858fceb49c257c77bb728d86b6 (plain)
1
2
3
4
5
6
7
8
9
(module
 (type $0 (func))
 (func $0 (; 0 ;) (type $0)
  (block $label$1
   (unreachable)
  )
 )
)