%module template_default_pointer %inline %{ template class B { }; %} %template(B_d) B;