v/vlib/v/checker/tests/const_field_inc_err.vv

8 lines
37 B
V

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