blob: 032d29f3d2506d8853a3d315ae53304ee3ac3b60 [file] [log] [blame]
struct S {
int m;
uint3 n;
};
uint f() {
S a = (S)0;
return a.n.z;
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}