python module test interface subroutine test_sub(a,b) ! in test.F integer, intent(inout):: a double precision, intent(inout) :: b(3,2) end subroutine test_sub end interface end python module