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