func foo1() -> Int { return 0 } func foo(_ a : Int) -> Int { let new_name: Int = 1 + 2 + 2 + a + foo1() var aaa = new_name return 1 }