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