blob: 5922e4ad473ef9753361ee80f87859468ca11f84 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half3 m() {
thread half tint_symbol_1 = 0.0h;
tint_symbol_1 = 1.0h;
return half3(tint_symbol_1);
}
void f() {
half3 const tint_symbol = m();
uint3 v = uint3(tint_symbol);
}