ARC just counts the references to object A. If the...
# random
a
ARC just counts the references to object A. If there are no references to A, it frees the memory. With the object cycle it won't free both A and B at anytime