t / t4018 / golang-funcon commit msvc: mark a variable as non-const (12fb9bd)
   1func RIGHT() {
   2        a := 5
   3        b := ChangeMe
   4}