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