blob: 9a4a75a73d60def67e2293601baede0ba0533c1e [file] [log] [blame]
struct S {
val: array<vec3f, 3>,
}
fn a() {
var a = vec4();
let b = a.x;
let c = a.zzyy;
var d = S();
let e = d.val[2].yzx;
}