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