1 /* Contributed by Nicola Pero - Wed Dec 5 17:12:40 GMT 2001 */
3 #import "../../objc-obj-c++-shared/Object1.h"
6 /* Test using a bitfield enumeration ivar. */
14 @interface TestClass: Object
19 - (void)setColor: (color)a;
22 @implementation TestClass
27 - (void)setColor: (color)a
43 if ([c color] != black)
51 #include "../../objc-obj-c++-shared/Object1-implementation.h"