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