blob: 4fc31a64f68e75740d4070e110f2875485c625d2 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
float a = 1.0f;
float b = 0.0f;
float r = (a / (b + b));
return;
}