blob: 567d6be56ac837c33904eb2e721375ed8790edb6 [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() {
uint2 v = uint2(u);
}