summaryrefslogtreecommitdiff
path: root/test/merge/printf.wast.combined.finalized.opt
blob: a801ab875c6b0bba525d7b2e17be9123ed5b4248 (plain)
1
2
3
4
5
6
7
8
9
10
(module
 (type $FUNCSIG$iii (func (param i32 i32) (result i32)))
 (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)
 )
)