static int v[3] = (int[3])0;

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