blob: 50e7010dc45189989d0d99202194d50680350074 [file] [log] [blame] [edit]
(module
(type $0 (func))
(export "test" (func $test))
(func $test (type $0)
(nop)
)
)