def main(field a, field b) -> field { field c = a + b; return c; }