fn compute(x : int) -> int { return 120 + x; } fn main() -> int { return compute(3); }