blob: 18a11d6cefbea3364dc72719941ef431dcdfc1ca [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();
float v = float(tint_symbol);
}