blob: 266026815f4b61bceee678b0b5d34d9b47b78ce1 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
struct a {
int a;
};
void f() {
a const a = a{};
a const b = a;
a const a = a{};
a const b = a;
}