blob: 27e4939e6fb47a6245e77fef49fb380f82c311dd [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static uint4 u = (1u).xxxx;
void f() {
const bool4 v = bool4(u);
}