v/vlib/v/checker/tests/module_not_at_same_line_err.vv

6 lines
51 B
V

module
main
fn main() {
println('hello, world')
}