def main(field x): field a = x + 5 field b = a + x a = 7 field c = a + b field a = a + 5 return a + c