update swig on windows
This commit is contained in:
14
winx64/bin/swigwin-4.0.0/Examples/test-suite/struct_value.i
Normal file
14
winx64/bin/swigwin-4.0.0/Examples/test-suite/struct_value.i
Normal file
@@ -0,0 +1,14 @@
|
||||
%module struct_value
|
||||
|
||||
%inline %{
|
||||
|
||||
struct Foo {
|
||||
int x;
|
||||
};
|
||||
|
||||
struct Bar {
|
||||
Foo a;
|
||||
struct Foo b;
|
||||
};
|
||||
|
||||
%}
|
||||
Reference in New Issue
Block a user