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