Current Path : /proc/2442902/root/usr/local/lib/python3.12/site-packages/numpy/f2py/tests/src/common/ |
Current File : //proc/2442902/root/usr/local/lib/python3.12/site-packages/numpy/f2py/tests/src/common/gh19161.f90 |
module typedefmod use iso_fortran_env, only: real32 end module typedefmod module data use typedefmod, only: real32 implicit none real(kind=real32) :: x common/test/x end module data