#include using namespace metal; float f(int i) { float3 const v = float3(1.0f, 2.0f, 3.0f); return v[i]; }