Add atomic test for C++ namespaces
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13405 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3afdd50c78
commit
3324d68f2a
1 changed files with 9 additions and 0 deletions
9
Examples/test-suite/cpp_atomic_namespaced_class.i
Normal file
9
Examples/test-suite/cpp_atomic_namespaced_class.i
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
%module cpp_atomic_namespaced_class
|
||||
%feature (nspace, "1");
|
||||
|
||||
%inline{
|
||||
namespace myNamespace {
|
||||
class MyClass {
|
||||
};
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue