3 ! PR 40089: Public type with public component which has a private type
5 ! Original test case by Juergen Reuter <reuter@physik.uni-freiburg.de>
6 ! Adapted by Janus Weil <janus@gcc.gnu.org>
20 type(private_t
), pointer :: public_comp_with_private_type
21 procedure(ifc
) , nopass
, pointer :: ppc
25 integer function ifc ()