Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fortran-comment-legacy « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53cd062c1e5f315e9bd21fd87dd4ca8f7624e1e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
      module a

      contains

C subroutine wrong
      subroutine RIGHT
C subroutine wrong

      real ChangeMe

      end subroutine RIGHT

      end module a