blob: e63ffe8d90a394828538f2c9951785113d3add12 [file] [log] [blame]
%module xxx
template<class T> T blah(T x) { };
%template(iblah) blah<int>;
%template(iiblah) blah<int>;