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