/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/gh17859.f (340B)
integer(8) function external_as_statement(fcn) implicit none external fcn integer(8) :: fcn external_as_statement = fcn(0) end integer(8) function external_as_attribute(fcn) implicit none integer(8), external :: fcn external_as_attribute = fcn(0) end