1 2 3 4 5 6
module non_pp_include_module contains subroutine non_pp_include_module_subroutine print *, "Hello World!" end subroutine end module