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