aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/numpy/f2py/tests/src/mixed/foo_free.f90
blob: c1b641f13ec2943b9dd23ba85beecda738b51825 (about) (plain)
1
2
3
4
5
6
7
8
module foo_free
contains
  subroutine bar13(a)
    !f2py intent(out) a
    integer a
    a = 13
  end subroutine bar13
end module foo_free