#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
int I;
};
kernel void tint_symbol() {
thread tint_private_vars_struct tint_private_vars = {};
tint_private_vars.I = 123;
return;
}