blob: c577ac11f5924d8f3972b87ffea8b74ebeba292d [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
float3x3 m = 0.0f;
float3 const v = m[1];
float const f = v[1];
return;
}