blob: f9c4846bf0efc8d419be93e2316298581e356271 [file] [edit]
(module
(type $0 (func))
(export "$zoo (.bar)" (func $1))
(func $"foo (.bar)"
(nop)
)
(func $1
(call $"foo (.bar)")
)
)