DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / tests / parser / program_without_line_05.f90
12345678910
subroutine x end subroutine implicit none call y end subroutine y print *, "x" end subroutine