fn main() { let x = 3; let y = 7; x <-> y; assert (x == 7); assert (y == 3); }