#include using namespace metal; kernel void tint_symbol() { float3 v = 0.0f; float const scalar = v.y; float2 const swizzle2 = v.xz; float3 const swizzle3 = v.xzy; return; }