blob: 25c1f9f49b821b646f25a9d6206a99f2c5f046c1 [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 int2 v = int2(u);
}