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

var x = bob();
x.z = 1
0;
var y = clone(x);
y.z = 20;

asserequal(20, y.z)
