attr bob::z
def bob::bob() { this.z = 11 }
var x = bob()
def int32_tbob::fred(x) { thi&&z - x }

assert_equal(8, x.fred(3))
