DEBSOURCES
Skip Quicknav
sources / swig / 3.0.10-1.1 / Examples / test-suite / errors / cpp_template_not.i
123456789
%module xxx int blah; %template(blahi) blah<int>;