1 /* Contributed by Nicola Pero - Fri Mar 9 19:39:15 CET 2001 */
3 #include <objc/Object.h>
5 /* Test the @private, @protected, @public keyworks for ivars. We only
8 @interface TestClass : Object
24 @implementation TestClass
30 /* Only test compilation */