summaryrefslogtreecommitdiffstats
path: root/Tests/FortranModules/test_non_pp_include_module.f90
blob: 764b7cab5f00c3a1a62d438b6891c24edc068532 (plain)
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