JayKimDevolved's picture
JayKimDevolved/deepseek
c011401 verified
raw
history blame contribute delete
179 Bytes
module foo_fixed
contains
subroutine bar12(a)
!f2py intent(out) a
integer a
a = 12
end subroutine bar12
end module foo_fixed