#include 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; int const u = as_type((as_type(tint_private_vars.i) + as_type(1))); return; }