/opt/imh-python/lib/python3.9/site-packages/numpy/f2py/tests/src/crackfortran
NameSizeModeActions
accesstype.f902080644editdlrm
data_stmts.f905800644editdlrm
foo_deps.f901280644editdlrm
gh2848.f902820644editdlrm
gh15035.f3750644editdlrm
gh17859.f3400644editdlrm
gh22648.pyf2410644editdlrm
gh23533.f1260644editdlrm
gh23598.f901010644editdlrm
gh23598Warn.f902050644editdlrm
gh23879.f903320644editdlrm
operators.f9011840644editdlrm
privatemod.f901740644editdlrm
publicmod.f901670644editdlrm
pubprivmod.f901650644editdlrm
unicode_comment.f90980644editdlrm
Edit: /opt/imh-python/lib/python3.9/site-packages/numpy/f2py/tests/src/crackfortran/data_stmts.f90 (580B)
! gh-23276 module cmplxdat implicit none integer :: i, j real :: x, y real, dimension(2) :: z complex(kind=8), target :: medium_ref_index complex(kind=8), target :: ref_index_one, ref_index_two complex(kind=8), dimension(2) :: my_array real(kind=8), dimension(3) :: my_real_array = (/1.0d0, 2.0d0, 3.0d0/) data i, j / 2, 3 / data x, y / 1.5, 2.0 / data z / 3.5, 7.0 / data medium_ref_index / (1.d0, 0.d0) / data ref_index_one, ref_index_two / (13.0d0, 21.0d0), (-30.0d0, 43.0d0) / data my_array / (1.0d0, 2.0d0), (-3.0d0, 4.0d0) / end module cmplxdat