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

void f() {
  float2 v = (0.0f).xx;
}