blob: c7abd619b02469257796ca6749f6c0c5f9212b58 [file] [log] [blame]
(module
(type $none_=>_none (func))
(import "env" "test2" (global $test2 i32))
(import "env" "test1" (func $test1))
(export "test1" (func $test1))
(export "test2" (global $test2))
)