blob: 0dfd1bee2f0e6e6c7206d3c7e0f21c1fffe88473 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
thread float3 tint_symbol = float3(1.0f);
uint3 const v = uint3(tint_symbol);
}