DEBSOURCES
Skip Quicknav
sources / lfortran / 0.60.0-1 / integration_tests / common_08.f90
12345678
subroutine prja() integer iownd, iowns common /ls0001/ iownd(14), iowns(6) end program common_08 call prja() end program