blob: 4780a5ed31e83e3079ecc2ead76522ba27d4cdf3 [file] [log] [blame]
#include <metal_stdlib>
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;
}