v/vlib/v/checker/tests/import_syntax_err.vv

5 lines
51 B
V

import time, os
fn main() {
println(time.now())
}