blob: d73486e0835028998cc92c27baa2b186e4c0fb5a [file] [log] [blame]
(module
(type $v (func))
(import "env" "test2" (global $test2 i32))
(import "env" "test1" (func $test1))
(export "test1" (func $test1))
(export "test2" (global $test2))
)