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