#include <metal_stdlib>
using namespace metal;
struct S {
float2 field0;
uint field1;
int field2;
};
void main_1() {
float const x_1 = float2(50.0f, 60.0f).y;
return;
}
kernel void tint_symbol() {
main_1();