blob: 125b5f984e3b6f49dda74543ee8f79e2a4338264 [file] [log] [blame]
program test8
use module4, only: help_common4
implicit none
call help_common4
end program test8
subroutine help_common4
implicit none
real blah
end subroutine