1 2 3 4 5 6
vlib/v/checker/tests/const_field_sub_err.vv:6:2: error: cannot modify constant `a` 4 | 5 | fn main() { 6 | a -= 1 | ^ 7 | }