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