blob: 6af46055223987a988d7779bee4a7b72470119e1 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static bool u = true;
void f() {
float v = float(u);
}