blob: 2004729d73ad34c69eb7f7e585ffef77cc9b1143 [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();
bool2 v = bool2(tint_symbol);
}