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