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