
use warnings;
use strict;

package C::G::H;
use base 'C::G';

sub c_g_h() {'c_g_h'}

1;
