// Can't assign to type "const uniform int[0-9]*" on left-hand side of expression int bar(){ int x; 4 = x; }