aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/numpy/f2py/tests/src/cli/gh_22819.pyf
blob: 8eb5bb106a366ec214944c19e53d9788c0596e55 (about) (plain)
1
2
3
4
5
6
python module test_22819
    interface
        subroutine hello()
        end subroutine hello
    end interface
end python module test_22819