blob: 6c792810f600f997a25e8d407198b9adc96dc6ab [file]
struct a { a : i32; };
fn f(a : a) {
let b = a;
}