blob: 25b421679f10a4e9e4fe41ebafb44f0bc5181e4f [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static bool3 u = (true).xxx;
void f() {
int3 v = int3(u);
}