summaryrefslogtreecommitdiff
path: root/test/br_to_exit.wasm.fromBinary
blob: e81b1db2a168eb4e3c9d619fb8fae2154e7ce5ef (plain)
1
2
3
4
5
6
7
8
9
(module
 (type $none_=>_none (func))
 (func $0
  (block $label$0
   (br $label$0)
  )
 )
)