/usr/local/lib64/python3.6/site-packages/numpy/f2py/tests/src/mixed
NameSizeModeActions
foo.f850644editdlrm
foo_fixed.f901790644editdlrm
foo_free.f901390644editdlrm
Edit: /usr/local/lib64/python3.6/site-packages/numpy/f2py/tests/src/mixed/foo_free.f90 (139B)
module foo_free contains subroutine bar13(a) !f2py intent(out) a integer a a = 13 end subroutine bar13 end module foo_free