blob: a4f9b3718446a41b0b0e1ac1f3bdb69fac46b87c [file] [log] [blame] [edit]
//@ run-pass
pub fn main() {
let x = 1;
let y = 1;
assert_eq!(&x, &y);
}