blob: 6a2d33eba3253a9d4170e98633406fd95adc18ed [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
thread uint4 tint_symbol = uint4(1u);
float4 const v = float4(tint_symbol);
}