fn compute() -> int { return 42; } fn main() -> int { return compute(); }