add more cases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8478 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
be9bb96eea
commit
bc97fda47f
1 changed files with 10 additions and 0 deletions
|
|
@ -131,3 +131,13 @@ char *langs[] ={"Hello"};
|
|||
char **languages2 = (char **)&langs[0];
|
||||
}
|
||||
|
||||
%inline %{
|
||||
struct Foo {
|
||||
const int *icap;
|
||||
};
|
||||
const int* icap;
|
||||
const Foo *cap;
|
||||
%}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue