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