#include using namespace metal; struct S { int m; }; fragment void f() { S v = {}; return; }