blob: 5c4041c1b813bc48c11410d10eee8324a78ac108 [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};
int i = x;
return a[i];
}