#include using namespace metal; struct a { int a; }; void f() { { a const a_1 = {}; a const b = a_1; } a const a_2 = {}; a const b = a_2; }