v/vlib/v/checker/tests/const_field_add_err.vv

8 lines
40 B
V

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