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