blob: 51a1def4f95141a860ee06e85e77a5d0462e9094 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const float3 a = float3(1.0f, 2.0f, 3.0f);
const float3 r = (float3(1.0f, 2.0f, 3.0f) * 4.0f);
return;
}