3 ! PR 78300: [OOP] Failure to compile a F03 code with an optional dummy procedure argument
5 ! Contributed by DIL <liakhdi@ornl.gov>
14 function gfc_copy_i() result(clone
)
15 class(gfc_cont_elem_t
), pointer:: clone
18 subroutine ContElemConstruct(copy_constr_func
)
19 procedure(gfc_copy_i
) :: copy_constr_func