add test for 'void *' argument
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8706 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0b0a48a6c4
commit
495c5e6306
2 changed files with 8 additions and 0 deletions
|
|
@ -6,3 +6,8 @@ f.memberfunc()
|
|||
|
||||
Voidtest::Foo.staticmemberfunc()
|
||||
|
||||
v1 = Voidtest::vfunc1(f)
|
||||
v3 = Voidtest::vfunc3(v1)
|
||||
|
||||
v3.memberfunc()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue