aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/py2/numpy/f2py/tests/src/mixed/foo.f
blob: c34742578f8551729fdc3474d86e92c87e2868d2 (plain) (blame)
1
2
3
4
5
      subroutine bar11(a)
cf2py intent(out) a
      integer a
      a = 11
      end