DEBSOURCES
Skip Quicknav
sources / lfortran / 0.60.0-2 / integration_tests / common_24b.f90
12345678910
subroutine set2() implicit none integer :: info integer :: iunit common /infoc/ info, iunit info = 2 end subroutine set2