blob: a4d01f57a577c588952e8c5e701c0958e9d92ea4 [file] [log] [blame]
(module
(import "fuzzing-support" "call-ref" (func $call-ref (param funcref i32)))
(import "primary" "get" (func $primary-get (result funcref)))
(func $run (export "run")
(call $call-ref
(call $primary-get)
(i32.const 0)
)
)
)