blob: fe642f0501415f1459991a429c2a0f58fead9a87 [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;
}