v/vlib/os2/os2_test.v
Alexander Medvednikov 29f578d172 cc: bring back os.rm()
2019-10-09 07:02:45 +03:00

11 lines
126 B
V

//import os2
fn test_open() {
/*
$if mac {
f := os2.create('os2.test')
f.writeln('hello world!')
f.close()
}
*/
}