update swig on windows
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
var struct_value = require("struct_value");
|
||||
|
||||
b = new struct_value.Bar();
|
||||
|
||||
b.a.x = 3;
|
||||
if (b.a.x != 3)
|
||||
throw "RuntimeError";
|
||||
|
||||
b.b.x = 3;
|
||||
if (b.b.x != 3)
|
||||
throw "RuntimeError"
|
||||
Reference in New Issue
Block a user