[numthreads(1, 1, 1)] void unused_entry_point() { return; } void f() { vector v2 = vector(((float16_t(1.0h) + float16_t(2.0h))).xx); vector v3 = vector(((float16_t(1.0h) + float16_t(2.0h))).xxx); vector v4 = vector(((float16_t(1.0h) + float16_t(2.0h))).xxxx); }