blob: 1df11d8146a7307e940e64eef7324c216c1d21fc [file] [log] [blame]
module module4
implicit none
integer f
contains
subroutine help_common4
common /mem/ a, b, c
integer :: a, b, c
end subroutine help_common4
end module module4