/tags/rel-1-3-26/SWIG/Examples/test-suite/errors/cpp_inline_namespace.i

# · Swig · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 20192845e18d5771eecebf2414c0c90d MD5 · raw file

  1. %module xxx
  2. namespace foo {
  3. %inline %{
  4. int bar(int x) { }
  5. %}
  6. }