summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/iadd_runme.py
blob: fbeb0ec3ec49e0ed7d0d0cabcf515e5830ec6113 (plain)
1
2
3
4
5
6
7
8
9
import iadd

f = iadd.Foo()

f.AsA.x = 3
f.AsA += f.AsA 

if f.AsA.x != 6:
    raise RuntimeError