blob: ad2a43c34753812e7c540613878db4658550fc24 [file] [log] [blame]
(module
(type $0 (func))
(export "$zoo (.bar)" (func $1))
(func $0 (; 0 ;) (type $0)
(nop)
)
(func $1 (; 1 ;) (type $0)
(call $0)
)
)