]> git.saurik.com Git - apple/objc4.git/blobdiff - test/classpair.m
objc4-646.tar.gz
[apple/objc4.git] / test / classpair.m
index 9ff124e9970cd7c51835a8652e60a7fd832652a7..a4dff144eca3e56d56d1b214fc521a917f05bfad 100644 (file)
@@ -354,10 +354,11 @@ static void cycle(void)
 
 int main()
 {
+    int count = 1000;
+
     cycle();
     cycle();
 
-    int count = 1000;
     leak_mark();
     while (count--) {
         testonthread(^{ cycle(); });