3 ! PR 61767: [OOP] ICE in generate_finalization_wrapper at fortran/class.c:1491
5 ! Contributed by <reubendb@gmail.com>
7 module Communicator_Form
9 type :: CommunicatorForm
13 type :: MessageTemplate
14 type ( CommunicatorForm
), pointer :: Communicator
17 subroutine Finalize ( C
)
18 type ( CommunicatorForm
) :: C
19 ! should not be called
27 class ( MessageTemplate
), pointer :: M