#include using namespace metal; kernel void tint_symbol() { float3x3 m = float3x3(0.0f); float3 const v = m[1]; float const f = v[1]; return; }