add test for 'void *' argument
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8705 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d3c06307ee
commit
0b0a48a6c4
1 changed files with 7 additions and 5 deletions
|
|
@ -1,7 +1,9 @@
|
|||
use voidtest;
|
||||
|
||||
$f = new voidtest::Foo();
|
||||
$v1 = voidtest::vfunc1($f);
|
||||
$v2 = voidtest::vfunc2($f);
|
||||
$v3 = voidtest::vfunc3($v1);
|
||||
$v4 = voidtest::vfunc4($f);
|
||||
if (1) {
|
||||
$f = new voidtest::Foo();
|
||||
$v1 = voidtest::vfunc1($f);
|
||||
$v2 = voidtest::vfunc2($f);
|
||||
$v3 = voidtest::vfunc3($v1);
|
||||
$v4 = voidtest::vfunc4($f);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue