#include using namespace metal; struct S { /* 0x0000 */ int a; }; void foo(device S* const tint_symbol) { (*(tint_symbol)).a = as_type((as_type((*(tint_symbol)).a) + as_type(2))); }