Internal subprograms have explicit interfaces. If an internal subprogram has
an alternate return, we check its explicit interface. But our explicit
interface checking was not allowing for alternate returns.
I fixed this by checking to see if the dummy argument was an alternate return.
I also added the test altreturn06.f90.