numpy/f2py/tests/src/abstract_interface/gh18403_mod.f90

module test
  abstract interface
    subroutine foo()
    end subroutine
  end interface
end module test
Metadata
View Raw File