fix varout typemaps for swigtypes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8681 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a06eb9c981
commit
8f8673bd2c
3 changed files with 25 additions and 5 deletions
6
SWIG/Examples/test-suite/perl5/global_vars_runme.pl
Normal file
6
SWIG/Examples/test-suite/perl5/global_vars_runme.pl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use global_vars;
|
||||
|
||||
|
||||
$an = new global_vars::A();
|
||||
$global_vars::ap = $an;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue