PageRenderTime 26ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Swig | 14 lines | 6 code | 8 blank | 0 comment | 0 complexity | 6f68a17530cc4ca23245804f474d592f MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module xxx
  2. namespace blah {
  3. }
  4. namespace B = blah;
  5. namespace B {
  6. }