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