#include <metal_stdlib>
using namespace metal;
void main_1() {
float const x_1 = select(60.0f, 50.0f, true);
return;
}
fragment void tint_symbol() {
main_1();