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

void main() {
  int i = 0;
  i = (i + 1);
}