v/vlib/v/checker/tests/incorrect_name_variable.vv

5 lines
35 B
V

fn main() {
_abc := 1
_ = _abc
}