def`+`(y) { this.x + y.x }
def BcallBob() { }

var c = Bob()
b.x = 4
c.x = 5

assert_equal(9, b+c)
