blob: 5f87293245166c7517638a86e6af080a090ff28b [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();
uint4 v = uint4(tint_symbol);
}