blob: 62184f1ca7c28c078a07a15052f5119c110c439b [file] [log] [blame]
struct a {
a : i32;
}
fn f(a : a) {
let b = a;
}