blob: a06ee90be968173d035a950452c2f81517380419 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const float r = (1.0f / 0.0f);
return;
}