update swig on windows
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import iadd
|
||||
|
||||
f = iadd.Foo()
|
||||
|
||||
f.AsA.x = 3
|
||||
f.AsA += f.AsA
|
||||
|
||||
if f.AsA.x != 6:
|
||||
raise RuntimeError
|
||||
Reference in New Issue
Block a user