blob: 9805cd9c3b04aa6594dcb6bab3237ef119429467 [file] [log] [blame]
void f() {
float16_t v = float16_t(0.0h);
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}