#include using namespace metal; struct S { int i; uint u; float f; bool b; }; void f() { S v = {}; }