blob: dc49b5e4ae9b17704099fe57222356b8434d1f86 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static float16_t u = float16_t(1.0h);
void f() {
const uint v = uint(u);
}