blob: c5104e662ef56e9fdbd9bda447b11b97c05bb28e [file] [log] [blame] [edit]
(module
(type $none_=>_none (func))
(export "test1" (func $test1))
(func $test1 (type $none_=>_none)
(nop)
)
)