blob: fa7bec6a6c294fb9fc01351d4c57c58c630c3a79 [file] [log] [blame]
void f() {
vector<float16_t, 3> v = (float16_t(0.0h)).xxx;
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}