%module xxx template T blah(T x) { }; %template(iblah) blah; %template(iiblah) blah; // empty template instantiations for template functions warn (unlike for template classes) %template() blah; %template() blah; %template() blah; %template(sblah) blah; %template(sblah) blah; %template() blah; %template() blah; %template(sblah) blah;