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