def foo(field a, field b) -> field { return a + b; } def main() -> field { return foo(1, 2); }