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