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