blob: b9edad47ed3b11d622e43f3498bcd8e2537938f8 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static vector<float16_t, 2> u = (float16_t(1.0h)).xx;
void f() {
const uint2 v = uint2(u);
}