add more simple cases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6344 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
97f01d158f
commit
11a45c751d
1 changed files with 5 additions and 1 deletions
|
|
@ -9,7 +9,11 @@
|
|||
struct Foo {
|
||||
};
|
||||
|
||||
struct Bar {
|
||||
class Bar {
|
||||
public:
|
||||
Bar(int i = 0) {}
|
||||
|
||||
static int foo(int a=0, int b=0) {return 0;}
|
||||
};
|
||||
|
||||
char *foo(int) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue