import source from 1.3.40
[external/swig.git] / Examples / test-suite / errors / cpp_template_undef.i
1 %module xxx
2
3 %template(blahi) blah<int>;
4
5
6
7