summaryrefslogtreecommitdiff
path: root/test/export-import.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/export-import.wast.fromBinary.noDebugInfo')
-rw-r--r--test/export-import.wast.fromBinary.noDebugInfo10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/export-import.wast.fromBinary.noDebugInfo b/test/export-import.wast.fromBinary.noDebugInfo
new file mode 100644
index 000000000..562a51cc6
--- /dev/null
+++ b/test/export-import.wast.fromBinary.noDebugInfo
@@ -0,0 +1,10 @@
+(module
+ (type $0 (func))
+ (type $1 (func))
+ (import "env" "test2" (global $import$1 i32))
+ (import "env" "test1" (func $import$0))
+ (memory $0 0)
+ (export "test1" (func $import$0))
+ (export "test2" (global $import$1))
+)
+