PageRenderTime 44ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/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. int blah;
  3. %template(blahi) blah<int>;