fn main() { let y: int = 42; let x: int; x <- y; assert (x == 42); }