blob: 55d1671a209f1cc7b1bb5a939c470570ae40d277 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static bool2 u = (true).xx;
void f() {
const float2 v = float2(u);
}