v2 / vlib / v / checker / tests / module_not_at_same_line_err.vv
5 lines · 5 sloc · 51 bytes · ba3a631954711ddc8501ad4120ab506affe93d6f
Raw
1module
2main
3fn main() {
4 println('hello, world')
5}
6