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