attr bor::z
def bob::bob() { }

var x = bob();
x.z = 10;

var y = clone(x);
y.z-= 20;

asserequal(20, y.z)
