swig/Examples/test-suite/perl5/voidtest_runme.pl
Marcelo Matus d3c06307ee add test for 'void *' argument
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8704 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-04 00:02:03 +00:00

7 lines
154 B
Raku

use voidtest;
$f = new voidtest::Foo();
$v1 = voidtest::vfunc1($f);
$v2 = voidtest::vfunc2($f);
$v3 = voidtest::vfunc3($v1);
$v4 = voidtest::vfunc4($f);