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