blob: cc19f6470323047515fcc72a185c76de21214285 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
struct S {
int m;
uint n[4];
};
uint f() {
const S a = (S)0;
return a.n[2];
}