cmake/Tests/FortranModules/test_multi_module.f90

9 lines
119 B
Fortran
Raw Normal View History

2022-11-30 20:55:39 +01:00
module first
interface inner
end interface inner
end module first
module second
REAL :: C = 1
end module second