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