// Member operator "->" can't be used with expression of "int32" type int func(int *a) { a->x = 0; }