[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]; }