blob: 47cc85a6e081796d776692278abf8778e5a43126 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static vector<float16_t, 3> u = (float16_t(1.0h)).xxx;
void f() {
const int3 v = int3(u);
}