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