[numthreads(1, 1, 1)]
void unused_entry_point() {
  return;
}

void f(int a__) {
  const int b = a__;
}