v/vlib/v/checker/tests/import_not_same_line_err.vv

6 lines
48 B
V

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