mirror of https://github.com/swig/swig
Fix testcase for visual studio
This commit is contained in:
parent
18383340e9
commit
94377ef3ed
|
@ -22,7 +22,9 @@ int foo43(int x) {
|
|||
%}
|
||||
|
||||
%inline %{
|
||||
struct FooStruct {};
|
||||
struct FooStruct {
|
||||
int num;
|
||||
};
|
||||
%}
|
||||
%extend FooStruct {
|
||||
void no_arg() {}
|
||||
|
|
Loading…
Reference in New Issue