5 lines
159 B
Plaintext
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"); }
|