blob: f627589b99751017b4f4cfc22c0d223070e8384c [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const float16_t a = float16_t(1.0h);
const float16_t b = a;
return;
}