fixes for SwigValueWrapper

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6444 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-10-19 23:39:36 +00:00
commit ad8093acbe
3 changed files with 130 additions and 1 deletions

View file

@ -19,3 +19,17 @@
}
%}
#ifdef SWIGPYTHON
// This case only works in python
%inline %{
struct Bar : Foo
{
};
Bar bar;
%}
#endif