summaryrefslogtreecommitdiff
path: root/test/unreachable-instr-type.wast.fromBinary
blob: 1951e1f91d4e5e7b37a8461b7cc3b06442ceb263 (plain)
1
2
3
4
5
6
7
8
(module
 (type $none_=>_none (func))
 (memory $0 (shared 1 1))
 (func $test (; 0 ;)
  (unreachable)
 )
)