1 /* Contributed by Nicola Pero - Fri Mar 9 21:35:47 CET 2001 */
4 #include <objc/Protocol.h>
5 #include "../../objc-obj-c++-shared/runtime.h"
7 /* Test defining a protocol, and accessing it using @protocol */
13 /* Without a class adopting the protocol - this doesn't work
14 with gcc-2.95.2 as well */
18 Protocol *protocol = @protocol (Evaluating);
20 if (strcmp (protocol_getName(protocol), "Evaluating"))