a238b46455a4be88f246bf0047d6065e5b9c32b8
[unres.git] / test.pyf
1 python module test
2     interface 
3         subroutine test_sub(a,b)
4             integer, intent(out), intent(hide) :: a
5             double precision, intent(out), intent(hide) :: b(3,2)
6         end subroutine test_sub
7     end interface
8 end python module