#include using namespace metal; struct S { int i; }; kernel void tint_symbol() { thread S tint_symbol_1 = {}; tint_symbol_1.i = 5; return; }