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