1[numthreads(1, 1, 1)]
2void unused_entry_point() {
3  return;
4}
5
6void f(int a_1) {
7  const int b = a_1;
8}
9