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