// This file lives in modules/testpkg/ and imports std relative to its directory. #import "../std.sx"; cwd_greet :: () -> string { format("cwd-import-ok"); }