1 module imports.std11file;
2 
getcwd()3 string getcwd() @trusted
4 {
5     return "/dlang/test/runnable";
6 }
7