blob: e055110a9c9b76431b58d43d185568b4888abb08 [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();
float2 v = float2(tint_symbol);
}