Modules/FortranCInterface/call_mod.f90 (6 lines of code) (raw):

subroutine call_mod use mymodule use my_module call mysub() call my_sub() end subroutine call_mod