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