3 ! PR 59414: [OOP] Class array pointers: compile error on valid code (Different ranks in pointer assignment)
5 ! Contributed by Antony Lewis <antony@cosmologist.info>
12 Class(TObjectList
), pointer :: Arr(:)
17 function ArrayItem() result(P
)
18 Class(TObjectList
), pointer :: P(:)