import "./foo" as foo; fun test() -> string { foo.hello() + " world" } // @ignore WIP // @no-errors