blob: 0c0b2b8019fbbdae1b7a9fdffb658f166d4fbaa0 [file] [log] [blame]
! { dg-do compile }
!
! PR fortran/52029
!
elemental subroutine foo()
type t
end type t
class(t), allocatable :: x
if (allocated(x)) i = 5
end