static int v = 0; [numthreads(1, 1, 1)] void main() { v; return; }