blob: bfdf43e531676c005e2449572f162acff7447c3f [file] [log] [blame]
static int I = 0;
[numthreads(1, 1, 1)]
void main() {
I = 123;
I = 123;
}