static int3 v = int3(0, 0, 0);

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