blob: a3fc54ad32670f9c1b6032e0e9bd2a9ba1f960ac [file] [log] [blame]
! { dg-do compile }
!
! PR fortran/39427
!
subroutine t(x) ! { dg-error "conflicts with previously declared entity" }
type(t) :: x ! { dg-error "conflicts with previously declared entity" }
end subroutine t