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