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