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