blob: 94658905ffee612bb2659f45dec16354a67deda1 [file] [log] [blame]
struct A {
a : i32,
}
struct B {
b : i32,
}
fn f(a : A) -> B {
return B();
}