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