v/vlib/v/checker/tests/ptr_assign.vv

5 lines
36 B
V

mut v := 43
mut p := &v
p = 4
_ = p