blob: d4324eee58d9d6950f542d93e19a4ac99ea0025a [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();
uint v = uint(tint_symbol);
}