/opt/imh-python/lib/python3.9/site-packages/numpy/f2py/tests/src/string
NameSizeModeActions
char.f906180644editdlrm
fixed_string.f906950644editdlrm
gh24008.f2170644editdlrm
scalar_string.f901760644editdlrm
string.f2480644editdlrm
Edit: /opt/imh-python/lib/python3.9/site-packages/numpy/f2py/tests/src/string/gh24008.f (217B)
SUBROUTINE GREET(NAME, GREETING) CHARACTER NAME*(*), GREETING*(*) CHARACTER*(50) MESSAGE MESSAGE = 'Hello, ' // NAME // ', ' // GREETING c$$$ PRINT *, MESSAGE END SUBROUTINE GREET