blob: fb22f46e3e39ea30c3e705ea73d15dec44b620d1 [file] [log] [blame]
static int I = 0;
[numthreads(1, 1, 1)]
void main() {
const int x_9 = I;
const int x_11 = (x_9 + 1);
return;
}