test_multi_module.f90 119 B

12345678
  1. module first
  2. interface inner
  3. end interface inner
  4. end module first
  5. module second
  6. REAL :: C = 1
  7. end module second