vlib/v/checker/tests/const_field_inc_err.vv:4:2: error: cannot modify constant `a` 2 | 3 | fn main() { 4 | a++ | ^ 5 | }