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