summaryrefslogtreecommitdiffstats
path: root/Tests/FortranModules/non_pp_include.f90
blob: 5c28abc8aef1f14c1e9b9b8ec75901cfe94d8b8d (plain)
1
2
3
4
subroutine non_pp_include_subroutine
  use non_pp_include_module
  call non_pp_include_module_subroutine
end subroutine