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