DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / integration_tests / interface_08.f90
12345678
module interface_08 abstract interface subroutine sub(x,y) integer, intent(in) :: x integer, intent(in) :: y end subroutine end interface end module