#include using namespace metal; struct S { /* 0x0000 */ int a; }; kernel void tint_symbol(constant S& v [[buffer(0)]]) { int const use = (v.a + 1); return; }