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