blob: 6a07d760fa0e70a750f7074447a60ab7e3aa95b6 [file] [log] [blame]
program test8 !precondition test - have 2 declarations of subroutine in same project
use module4, only: help_common4
implicit none
call help_common4
end program test8
subroutine help_common4
implicit none
real blah
end subroutine