blob: d04fb339449d562471a1d257ca19e9025c3ea58e [file] [log] [blame] [edit]
struct S {
float3 val[3];
};
void a() {
int4 a_1 = (int(0)).xxxx;
int b = a_1.x;
int4 c = a_1.zzyy;
S d = (S)0;
float3 e = d.val[int(2)].yzx;
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}