1void func() { 2 float4 test = float4(1); 3 test.xyz0 = float4(1); 4} 5 6/*%%* 7cannot assign to this expression 8*%%*/ 9