blob: 6f93047f4892735a24da28bc5589b1be915595ac [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
float f(int x) {
const float3 v = float3(1.0f, 2.0f, 3.0f);
return float3(1.0f, 2.0f, 3.0f)[x];
}