DEBSOURCES
Skip Quicknav
sources / swig2.0 / 2.0.7-3 / Examples / test-suite / errors / cpp_template_not.i
123456789
%module xxx int blah; %template(blahi) blah<int>;