DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / integration_tests / automatic_allocation_01.f90
123456
program main integer,allocatable:: x(:) x = [1,2,3,4] print *,x end program