3 ! PR 64230: [4.9/5 Regression] Invalid memory reference in a compiler-generated finalizer for allocatable component
5 ! Contributed by Mat Cross <mathewc@nag.co.uk>
11 Type, Extends (t1
) :: t2
12 Integer, Allocatable
:: i
14 Type, Extends (t2
) :: t3
15 Integer, Allocatable
:: j
17 Class (t1
), Allocatable
:: t