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