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