summaryrefslogtreecommitdiff
path: root/test/unreachable-instr-type.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/unreachable-instr-type.wast.fromBinary.noDebugInfo')
-rw-r--r--test/unreachable-instr-type.wast.fromBinary.noDebugInfo8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/unreachable-instr-type.wast.fromBinary.noDebugInfo b/test/unreachable-instr-type.wast.fromBinary.noDebugInfo
new file mode 100644
index 000000000..16237ef69
--- /dev/null
+++ b/test/unreachable-instr-type.wast.fromBinary.noDebugInfo
@@ -0,0 +1,8 @@
+(module
+ (type $0 (func))
+ (memory $0 (shared 1 1))
+ (func $0 (; 0 ;) (type $0)
+ (unreachable)
+ )
+)
+