blob: 764b7cab5f00c3a1a62d438b6891c24edc068532 [file] [log] [blame]
module non_pp_include_module
contains
subroutine non_pp_include_module_subroutine
print *, "Hello World!"
end subroutine
end module