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