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