blob: 0159d74b449476f4e8da9800247ce06ea9a8179b [file] [log] [blame]
[numthreads(1, 1, 1)]
void main() {
int i = 123;
int p = i;
p = 123;
p = 123;
}