cmake/Tests/FortranModules/non_pp_include.f90
2024-04-14 22:45:38 +02:00

5 lines
120 B
Fortran

subroutine non_pp_include_subroutine
use non_pp_include_module
call non_pp_include_module_subroutine
end subroutine