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