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