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