1 2 3 4 5 6 7 8 9 10 11
// import os2 fn test_open() { /* $if macos { f := os2.create('os2.test') f.writeln('hello world!') f.close() } */ }