fn main() -> i32 { let a = 2; let b = a + 5; return b; }