blob: d18a3a1c5996b7d3bb8eb469ccd5fd1923765d35 [file] [log] [blame]
program test8 !precondition test - have 2 declarations of subroutine in same project
use module4 !<<<<< 2, 9, 2, 16,, pass
implicit none
call help_common4
end program test8
subroutine help_common4
implicit none
real blah
end subroutine