blob: 14fbe55c12c4f2d0ac9c7721cb1f64f82ab3b470 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const float16_t r = float16_t(3.0h);
return;
}