main():int { x:int = 42 x = 10 return x } //@PRACOWNIA //@out Exit code: 10