cmake/Tests/FortranModules/test_non_pp_include_main.f90

6 lines
100 B
Fortran
Raw Normal View History

2016-10-30 18:24:19 +01:00
INCLUDE "non_pp_include.f90"
PROGRAM MAINF90
CALL NON_PP_INCLUDE_SUBROUTINE
END PROGRAM MAINF90