summaryrefslogtreecommitdiffstats
path: root/Tests/FortranModules/test_multi_module.f90
blob: 5b28f748c572b15c7633ae4509dc7d1fc544ad40 (plain)
1
2
3
4
5
6
7
8
module first
  interface inner
  end interface inner
end module first

module second
  REAL :: C = 1
end module second