[numthreads(1, 1, 1)] void f() { const float a = 1.0f; const float b = 2.0f; const float r = (a * b); return; }