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