blob: 9b8110ff323daf9802f5590aa4f1ac925f4ad5ea [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static bool u = true;
void f() {
const int v = int(u);
}