mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
caching modules: almost there
This commit is contained in:
9
vlib/os2/os2_test.v
Normal file
9
vlib/os2/os2_test.v
Normal file
@ -0,0 +1,9 @@
|
||||
import os2
|
||||
|
||||
fn test_open() {
|
||||
$if mac {
|
||||
f := os2.create('os2.test')
|
||||
f.writeln('hello world!')
|
||||
f.close()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user