fn main() { another_function(5) } fn another_function(x: int) { println(x) }