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

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

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