blob: 92384651965d8d78e4aba4533328bde70650bf7c [file] [log] [blame]
(module
(type $0 (func))
(type $FUNCSIG$iid (func (param i32 f64) (result i32)))
(type $FUNCSIG$v (func))
(import "env" "table" (table $0 9 9 funcref))
(export "call_indirect" (func $0))
(func $0 (; 0 ;) (type $0)
(drop
(call_indirect (type $FUNCSIG$iid)
(i32.const 10)
(f64.const 20)
(i32.const 30)
)
)
(call_indirect (type $FUNCSIG$v)
(i32.const 1)
)
)
)