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