[numthreads(1, 1, 1)] void main() { int zero[3] = (int[3])0; int init[3] = {1, 2, 3}; return; }