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