summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave/iadd_runme.m
blob: c386c669e91b93a026a6c598610411d3d4fdd23b (plain)
1
2
3
4
5
6
7
8
9
10
iadd

f = iadd.Foo();

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

if (f.AsA.x != 6)
    error
endif