#include using namespace metal; struct S { int a; float b; }; kernel void tint_symbol() { S v = {}; (void) v; return; }