blob: 28830b216555109147c3bdc750edc6b34a9cb307 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
int f(int i) {
const int a[8] = {1, 2, 3, 4, 5, 6, 7, 8};
return a[i];
}