1 /* Contributed by Nicola Pero - Fri Jun 4 03:16:17 BST 2004 */
2 /* Test that a protocol is equal to itself. */
3 #include <objc/Protocol.h>
4 #include "../../objc-obj-c++-shared/runtime.h"
12 Protocol *protocol = @protocol(Foo);
14 if (!protocol_isEqual (protocol, protocol))