v/vlib/v/checker/tests/const_field_sub_err.vv

8 lines
40 B
V

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