v/vlib/v/checker/tests/const_define_in_function_er...

5 lines
41 B
V

fn main() {
const (a = 1)
println(a)
}