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