fn main() { let c: Vec = vec![]; println!("c {}", c.get(0).unwrap()); }