v/vlib/v/parser/tests/module_multiple_names_err.vv

5 lines
54 B
V

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