/trunk/Examples/test-suite/errors/cpp_template_undef.i
Swig | 7 lines | 2 code | 5 blank | 0 comment | 0 complexity | 308cb3c47f90de05448ffd57d31aacba MD5 | raw file
1%module xxx 2 3%template(blahi) blah<int>; 4 5 6 7
1%module xxx 2 3%template(blahi) blah<int>; 4 5 6 7