main():int { x:int[] = {5, 10, 15} return x[0] } //@PRACOWNIA //@out Exit code: 5