blob: 2de131c8b0383eff72284b864efce0cb7fd9486e [file] [log] [blame]
static int i = 123;
[numthreads(1, 1, 1)]
void main() {
const int use = (i + 1);
return;
}