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