new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4590 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
033bc2af75
commit
f0b063ef3e
3 changed files with 17 additions and 1 deletions
11
SWIG/Examples/test-suite/class_scope_weird.i
Normal file
11
SWIG/Examples/test-suite/class_scope_weird.i
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
%module class_scope_weird
|
||||
|
||||
%inline %{
|
||||
class Foo {
|
||||
public:
|
||||
int Foo::bar(int x) {
|
||||
return x;
|
||||
}
|
||||
};
|
||||
%}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue