summaryrefslogtreecommitdiff
path: root/test/merge/printf.wast.combined.finalized.opt
diff options
context:
space:
mode:
Diffstat (limited to 'test/merge/printf.wast.combined.finalized.opt')
-rw-r--r--test/merge/printf.wast.combined.finalized.opt12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/merge/printf.wast.combined.finalized.opt b/test/merge/printf.wast.combined.finalized.opt
new file mode 100644
index 000000000..92e17f720
--- /dev/null
+++ b/test/merge/printf.wast.combined.finalized.opt
@@ -0,0 +1,12 @@
+(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" "memory" (memory $0 256))
+ (import "env" "table" (table 8 anyfunc))
+
+ (export "_printf" (func $625))
+ (func $625 (type $FUNCSIG$iii) (param $var$0 i32) (param $var$1 i32) (result i32)
+ (i32.const 102030)
+ )
+)