Files
ANSLibs/swig-4.3.0/Examples/test-suite/errors/cpp_template_nargs.i

11 lines
116 B
OpenEdge ABL

%module xxx
template<typename T> T blah(T x) { };
%template(blahi) blah<int,double>;
%template(blahf) blah<>;