summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/src/crackfortran/foo_deps.f90
blob: e327b25c81986b2191fc740991ca9e907b5b0fb6 (plain)
1
2
3
4
5
6
module foo
  type bar
    character(len = 4) :: text
  end type bar
  type(bar), parameter :: abar = bar('abar')
end module foo