blob: d9d31fffcb5024426dbffa7a6cd1f1e618c95fec [file] [log] [blame]
void main() {
float4 test = float4(1);
test.xyz0 = float4(1);
}
/*%%*
cannot assign to this expression
*%%*/