blob: 776ec6b39dc07fa75d826c66527f46c0bf34b47f [file] [log] [blame]
module test7
implicit none
private
real :: r
integer five
real :: blah !<<<<< 6, 13, 6, 17, pass
end module test7
program p
use test7
end program p