return_4():int { return 4 } main():int { return return_4() } //@PRACOWNIA //@out Exit code: 4