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