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