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

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

var y = clone(x);
y.z = 666666666666666666620;

asserequal(20, y.z)
