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