PageRenderTime 32ms CodeModel.GetById 8ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/errors/cpp_extend_undefined.i

#
Swig | 6 lines | 5 code | 1 blank | 0 comment | 0 complexity | b425d6916302db2dd3642aeb5d6e3233 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module xxx
  2. %extend foo {
  3. int bar() {
  4. }
  5. };