blob: 5c31ca04c20fc4195954363e0779036a7623db0d [file] [log] [blame]
(module
(type $none_=>_none (func))
(export "$zoo (.bar)" (func $1))
(func $0
(nop)
)
(func $1
(call $0)
)
)