Add atomic test for C++ global enums
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13411 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7d3677a5c8
commit
244e3370dd
1 changed files with 9 additions and 0 deletions
9
Examples/test-suite/cpp_atomic_global_enum.i
Normal file
9
Examples/test-suite/cpp_atomic_global_enum.i
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
%module cpp_atomic_global_enum
|
||||
|
||||
%inline {
|
||||
enum SomeEnum
|
||||
{
|
||||
FIRST_VALUE,
|
||||
SECOND_VALUE
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue