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