blob: 9bbd9e4748b51829bd89b7acf56491a35b6d20fb [file] [log] [blame]
void main() {
float4 test = float4(1);
test.xyz0 = float4(1);
}