Add atomic test for C++ class
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13421 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
15e8b647a2
commit
e9eaa05671
1 changed files with 6 additions and 0 deletions
6
Examples/test-suite/cpp_atomic_class.i
Normal file
6
Examples/test-suite/cpp_atomic_class.i
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
%module cpp_atomic_class
|
||||
|
||||
%inline{
|
||||
class MyClass {
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue