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