/tags/ttn-post-libtool-1-4-3-upgrade/SWIG/Examples/test-suite/errors/cpp_template_not.i
Swig | 9 lines | 3 code | 6 blank | 0 comment | 0 complexity | 389d7ad07d5ea87e5537d4b704fced74 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1%module xxx
2
3int blah;
4
5%template(blahi) blah<int>;
6
7
8
9