DDeepin Developerfeat: Init commit
b83cb584创建于 2022年10月19日历史提交
%module xxx

template<typename T> T blah(T x) { };

%template(blahi) blah<int,double>;
%template(blahf) blah<>;