python module test interface subroutine test_sub(a,b) integer, intent(out), intent(hide) :: a double precision, intent(out), intent(hide) :: b(3,2) end subroutine test_sub end interface end python module