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