3 ! PR 50227: [4.7 Regression] [OOP] ICE-on-valid with allocatable class variable
5 ! Contributed by Andrew Benson <abenson@caltech.edu>
13 type, public, extends(t0) :: t1
18 function basicGet(self)
20 class(t0), pointer :: basicGet
21 class(t0), target, intent(in) :: self