summaryrefslogtreecommitdiff
path: root/test/merge/printf.wast.combined.opt
diff options
context:
space:
mode:
Diffstat (limited to 'test/merge/printf.wast.combined.opt')
-rw-r--r--test/merge/printf.wast.combined.opt15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/merge/printf.wast.combined.opt b/test/merge/printf.wast.combined.opt
new file mode 100644
index 000000000..e01710fd1
--- /dev/null
+++ b/test/merge/printf.wast.combined.opt
@@ -0,0 +1,15 @@
+(module
+ (type $FUNCSIG$iii (func (param i32 i32) (result i32)))
+ (type $FUNCSIG$iii$0 (func (param i32 i32) (result i32)))
+ (type $1 (func))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+ (import "env" "memory" (memory $0 256))
+ (import "env" "table" (table 0 anyfunc))
+
+ (data (get_global $memoryBase) "")
+ (export "_printf" (func $625))
+ (func $625 (type $FUNCSIG$iii) (param $var$0 i32) (param $var$1 i32) (result i32)
+ (i32.const 102030)
+ )
+)