fn main() { let a = 123; let b: i32 = 321; let c = b; } // vim: syntax=rust commentstring=//\ %s