blob: 215ddf9e7829521508400bb50361913a1e19f220 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f() {
const int A = 1;
const int _A = 2;
const int B = A;
const int _B = _A;
}