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