import "./foo.fine" as foo; // NOTE: This is right here because a known miscompilation will cause us to // call this function instead of the actual target. fun wrong_function() -> string { "VERY WRONG" } fun test() -> string { foo.hello() + " world" } // @no-errors // @eval: String("hello world")