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