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