/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran
subroutine subb(k) real(8), intent(inout) :: k(:) k=k+1 endsubroutine subroutine subc(w,k) real(8), intent(in) :: w(:) real(8), intent(out) :: k(size(w)) k=w+1 endsubroutine function t0(value) character value character t0 t0 = value endfunction
.
Edit
..
Edit
accesstype.f90
Edit
foo_deps.f90
Edit
gh15035.f
Edit
gh17859.f
Edit
gh23533.f
Edit
gh23598.f90
Edit
gh23598Warn.f90
Edit
gh23879.f90
Edit
gh2848.f90
Edit
operators.f90
Edit
privatemod.f90
Edit
publicmod.f90
Edit
pubprivmod.f90
Edit
unicode_comment.f90
Edit