Files
sx/examples/modules/testpkg/cwd_test.sx
2026-02-24 17:37:52 +02:00

5 lines
159 B
Plaintext

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