aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/numpy/f2py/tests/src/mixed/foo.f
blob: c34742578f8551729fdc3474d86e92c87e2868d2 (about) (plain)
1
2
3
4
5
      subroutine bar11(a)
cf2py intent(out) a
      integer a
      a = 11
      end