adding more cases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6905 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c264ed2c5b
commit
9689cebfe8
3 changed files with 33 additions and 9 deletions
|
|
@ -9,9 +9,10 @@
|
|||
int x[4];
|
||||
int y;
|
||||
static const int z;
|
||||
static const int zz = 3;
|
||||
static int zx;
|
||||
|
||||
static int boo() { return 0;}
|
||||
|
||||
};
|
||||
|
||||
class Bar {
|
||||
|
|
@ -49,4 +50,6 @@
|
|||
|
||||
%{
|
||||
const int Foo::z = 3;
|
||||
const int Foo::zz;
|
||||
int Foo::zx;
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue