blob: f170080b70954786e67275407a60f43d550007f2 [file] [log] [blame]
%module xxx
template<class T> T blah(T x) { };
%template(iblah) blah<int>;
%template(iiblah) blah<int>;
// The second %template instantiation above should surely be ignored with a warning, but doesn't atm