blob: 001ffacd7db3370d2bb9f54bd20d60f88c472439 [file] [edit]
(module
(import "env" "imported_third" (func $imported_third))
(func $third_func (export "third_func")
(call $imported_third)
)
)