main() { c := new(Counter) c.value += 16 } Counter { value int }