blob: fbc4a9a5ec27c6a4c7d266e1c1f2d37c11c53248 [file] [log] [blame]
module module2
implicit none
contains
subroutine help_common2
common /block/ d, e, f
integer :: d
real :: e
double precision :: f
end subroutine help_common2
end module module2