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