/trunk/Examples/test-suite/octave/iadd_runme.m
# · MATLAB · 10 lines · 7 code · 3 blank · 0 comment · 1 complexity · a6a6ef493d8e05608bc4d1457867e28b MD5 · raw file
- iadd
- f = iadd.Foo();
- f.AsA.x = 3;
- f.AsA += f.AsA;
- if (f.AsA.x != 6)
- error
- endif