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