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