blob: 37e2e0a3cde778520cdd25f9d5031eb2eada5971 [file] [log] [blame]
void main() {
float4 test = float4(1);
test.xyyz = float4(1);
}