Fix testcase for visual studio

This commit is contained in:
William S Fulton 2018-10-04 19:09:11 +01:00
parent 18383340e9
commit 94377ef3ed
1 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,9 @@ int foo43(int x) {
%}
%inline %{
struct FooStruct {};
struct FooStruct {
int num;
};
%}
%extend FooStruct {
void no_arg() {}