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