#include using namespace metal; void main_1() { float2 const x_30 = float2(50.0f, 60.0f); int2 const x_1 = int2(x_30); return; } fragment void tint_symbol() { main_1(); return; }