blob: 3319c809b8fcd34d3f1844706493aee6fac3a8ee [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void a() {
{
int a_1 = 1;
int b = a_1;
}
const int a_2 = 1;
const int b = a_2;
}