Files

11 lines
98 B
Mathematica
Raw Permalink Normal View History

iadd
f = iadd.Foo();
f.AsA.x = 3;
f.AsA += f.AsA;
if (f.AsA.x != 6)
error("failed");
endif