4 Associated object is 0x[0-9a-fA-F]+
5 objc\[\d+\]: objc_setAssociatedObject called on instance \(0x[0-9a-fA-F]+\) of class ForbiddenSubclass which does not allow associated objects
10 #include "associationForbidden.h"
12 @interface ForbiddenSubclass : Forbidden
14 @implementation ForbiddenSubclass
19 ShouldSucceed([Normal alloc]);
20 ShouldSucceed([ForbiddenSubclass alloc]);