module dummy implicit none contains subroutine print_dummy print *, 'this is the dummy subroutine' end subroutine end module