PageRenderTime 29ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Swig | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | fdc88164283cb4afd1d0c8a340556f38 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module xxx
  2. %insert("foobar") %{
  3. some code
  4. %}