1// operator "." can't be used with expression of "uniform int32" type
2
3int func(int *a) {
4    a.x = 0;
5}
6