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