blob: 92a1740ab2e76a295c0dfb1a619829a0565b585e [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static int2 u = (1).xx;
void f() {
const bool2 v = bool2(u);
}