blob: 0dfc12172da4d180c098c078e4ab0c82c6fb0fbc [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f() {
const int a = 1;
const int _a = a;
const int b = a;
const int _b = _a;
}