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