(module (type $none_=>_none (func)) (export "$zoo (.bar)" (func $1)) (func $0 (type $none_=>_none) (nop) ) (func $1 (type $none_=>_none) (call $0) ) )