mod Main { fn main(argc: i32) -> i32 { let mut x: i32 = 2; x = 4; return x; } }