fn test_mut() { a := 1 mut b := &a *b = 10 println(a) }