1 /* Contributed by Nicola Pero - Wed Mar 7 17:55:04 CET 2001 */
4 /* Test that +initialize is automatically called before the class is
7 static int class_variable = 0;
14 + (int) classVariable;
17 @implementation TestClass
24 return class_variable;
30 if ([TestClass classVariable] != 1)