v4 / vlib / v / checker / tests / import_syntax_err.vv
4 lines · 4 sloc · 51 bytes · ef505e21eeecc3b05b4ca3c30f849911a35436f5
Raw
1import time, os
2fn main() {
3 println(time.now())
4}
5