fn main() { let i = ~100; let mut j; j <- i; assert *j == 100; }