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