package main func main() { h = 1 f, g += 2, 3 e *= 3 d += 1 c <<= 1 b >>= 2 a /= 2 z ^= 2 y %= 2 x &^= 2 var pointer *Point2D = &Point2D{x: 1000} }