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