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