blob: c57428d7928f5ca3c0e98e11d9f53bc3d201fbc1 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void v() {
const int i = 1;
int b = (1).xx[i];
}