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