Add atomic test for C++ global atomic/native types variables
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13409 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
48fe82841f
commit
a2f104e3ca
1 changed files with 5 additions and 0 deletions
5
Examples/test-suite/cpp_atomic_global_var_atom.i
Normal file
5
Examples/test-suite/cpp_atomic_global_var_atom.i
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
%module cpp_atomic_global_var_atom
|
||||
|
||||
%inline {
|
||||
int myGlobalInt = 42;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue