The expression new(T):
new is a predeclared function, not a keyword,
p := new(int) fmt.Println(*p) // "0"
then: