def main0(): x: i32 x = (2+3)*5 print(x) main0() # Not implemented yet in LPython: #if __name__ == "__main__": # main()