summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/src/abstract_interface/gh18403_mod.f90
blob: 36791e469f5aee1d5fe15b121abeb9c62a45fadf (plain)
1
2
3
4
5
6
module test
  abstract interface
    subroutine foo()
    end subroutine
  end interface
end module test